zwave-js/.config-db/devices/0x0208/hkzw-scn04.json

63 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "HANK Electronics Ltd.",
"manufacturerId": "0x0208",
"label": "SCN04",
"description": "Four-Key Scene Controller",
"devices": [
{
"productType": "0x0200",
"productId": "0x000b"
},
{
"productType": "0x0201",
"productId": "0x000b"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "254",
"label": "Enable Configuration",
"description": "Lock/unlock all configuration parameters.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Unlock",
"value": 0
},
{
"label": "Lock",
"value": 1
}
]
},
{
"#": "255",
"label": "Reset/Remove",
"description": "Reset the sensor or remove from the Z-Wave network.",
"valueSize": 4,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Idle",
"value": 1
},
{
"label": "Reset configuration",
"value": 85
},
{
"label": "Reset configuration and remove",
"value": 1431655765
}
]
}
]
}