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

50 lines
857 B
JSON

{
"manufacturer": "Everspring",
"manufacturerId": "0x0060",
"label": "AN180",
"description": "Switch without Metering",
"devices": [
{
"productType": "0x0004",
"productId": "0x0007"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Command Value",
"description": "Defines value for Basic Set command",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"options": [
{
"label": "On",
"value": 255
}
]
},
{
"#": "2",
"label": "Delaying Time Group 1",
"valueSize": 1,
"unit": "seconds",
"minValue": 3,
"maxValue": 25,
"defaultValue": 3
},
{
"#": "3",
"label": "Remember the Last Status",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1
}
]
}