zwave-js/.config-db/devices/0x0115/kfob.json
2025-01-10 22:05:04 -08:00

331 lines
5.7 KiB
JSON

{
"manufacturer": "Z-Wave.Me",
"manufacturerId": "0x0115",
"label": "KFOB",
"description": "4 Button Keyfob",
"devices": [
{
"productType": "0x0100",
"productId": "0x0001",
"zwaveAllianceId": 688
},
{
"productType": "0x0100",
"productId": "0x0002"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Group A",
"description": "Controlled by button 1 or single clicks of buttons 1 and 3",
"maxNodes": 10
},
"3": {
"label": "Group B",
"description": "Ccontrolled by button 2 or single clicks of buttons 2 and 4",
"maxNodes": 10
},
"4": {
"label": "Group C",
"description": "Controlled by button 3 or single clicks of buttons 1 and 3",
"maxNodes": 10
},
"5": {
"label": "Group D",
"description": "Controlled by button 4 or double clicks of buttons 2 and 4",
"maxNodes": 10
}
},
"paramInformation": [
{
"#": "1",
"label": "Button 1 and 3 Pair Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Separately",
"value": 0
},
{
"label": "In pair without double clicks",
"value": 1
},
{
"label": "In pair with double clicks",
"value": 2
}
]
},
{
"#": "2",
"label": "Button 2 and 4 Pair Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Separately",
"value": 0
},
{
"label": "In pair without double clicks",
"value": 1
},
{
"label": "In pair with double clicks",
"value": 2
}
]
},
{
"#": "11",
"label": "Action on Group A",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on/off and dim",
"value": 1
},
{
"label": "Switch on/off only (Send Basic Set)",
"value": 2
},
{
"label": "Switch all",
"value": 3
},
{
"label": "Send scenes",
"value": 4
},
{
"label": "Send preconfigured scenes",
"value": 5
},
{
"label": "Control devices in proximity",
"value": 6
}
]
},
{
"#": "12",
"label": "Action on Group B",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on/off and dim",
"value": 1
},
{
"label": "Switch on/off only (Send Basic Set)",
"value": 2
},
{
"label": "Switch all",
"value": 3
},
{
"label": "Send scenes",
"value": 4
},
{
"label": "Send preconfigured scenes",
"value": 5
},
{
"label": "Control devices in proximity",
"value": 6
}
]
},
{
"#": "13",
"label": "Action on Group C",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on/off and dim",
"value": 1
},
{
"label": "Switch on/off only (Send Basic Set)",
"value": 2
},
{
"label": "Switch all",
"value": 3
},
{
"label": "Send scenes",
"value": 4
},
{
"label": "Send preconfigured scenes",
"value": 5
},
{
"label": "Control devices in proximity",
"value": 6
}
]
},
{
"#": "14",
"label": "Action on Group D",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on/off and dim",
"value": 1
},
{
"label": "Switch on/off only (Send Basic Set)",
"value": 2
},
{
"label": "Switch all",
"value": 3
},
{
"label": "Send scenes",
"value": 4
},
{
"label": "Send preconfigured scenes",
"value": 5
},
{
"label": "Control devices in proximity",
"value": 6
}
]
},
{
"#": "20",
"label": "Typical Click Timeout",
"description": "Typical time used to differentiate click, hold and double clicks in 10ms units",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 50,
"unsigned": true
},
{
"#": "21",
"label": "Send the Following Switch All Commands",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Switch all on and off",
"value": 255
},
{
"label": "NO (Normal open)",
"value": 1
},
{
"label": "NC (Normal close)",
"value": 2
}
]
},
{
"#": "22",
"label": "Invert Buttons",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "24",
"label": "LED Confirmation Mode",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "No confirmations",
"value": 0
},
{
"label": "Confirm button press",
"value": 1
},
{
"label": "Confirm button press and delivery",
"value": 2
}
]
},
{
"#": "30",
"label": "Send Unsolicited Battery Report on Wake Up",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "To same node as wake up notification",
"value": 1
},
{
"label": "Broadcast to neighbours",
"value": 2
}
]
}
]
}