zwave-js/.config-db/devices/0x0060/an179.json

79 lines
1.4 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "HAN02",
"description": "In-Wall Switch Module",
"devices": [
{
"productType": "0x0004",
"productId": "0x0008",
"zwaveAllianceId": 1058
},
{
"productType": "0x0011",
"productId": "0x0001",
"zwaveAllianceId": 695
},
{
"productType": "0x0011",
"productId": "0x0002",
"zwaveAllianceId": 696
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Command Value",
"description": "Allowable Range: 0-99",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"options": [
{
"label": "On",
"value": 255
}
]
},
{
"#": "2",
"label": "Group 1: Report Delay",
"description": "Delaying time to report to group 1",
"valueSize": 1,
"unit": "seconds",
"minValue": 3,
"maxValue": 25,
"defaultValue": 3
},
{
"#": "3",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Restore State After Power Loss",
"defaultValue": 1
},
{
"#": "4",
"label": "Switching Type",
"description": "Edge or toggle switch mode.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Edge mode",
"value": 0
},
{
"label": "Toggle mode",
"value": 1
}
]
}
]
}