zwave-js/.config-db/devices/0x0179/ch-601.json
2025-01-10 22:05:04 -08:00

56 lines
1,014 B
JSON

{
"manufacturer": "ConnectHome",
"manufacturerId": "0x0179",
"label": "CH-601",
"description": "CH-601 the ELECTRIC CRANE",
"devices": [
{
"productType": "0x0021",
"productId": "0x0011"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Device Status",
"maxNodes": 3
},
"2": {
"label": "Status of valve movement",
"maxNodes": 10
}
},
"paramInformation": [
{
"#": "1",
"label": "Operating Mode",
"description": "Selecting the operating mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Normal mode",
"value": 0
},
{
"label": "Reverse mode",
"value": 1
}
]
},
{
"#": "2",
"label": "Auto Disabling with Delay",
"description": "After opening, the tap will automatically close after a certain time.",
"valueSize": 2,
"minValue": 0,
"maxValue": 65000,
"defaultValue": 0,
"unsigned": true
}
]
}