zwave-js/.config-db/devices/0x0214/im-20.json

51 lines
981 B
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Kaipule Technology Co., Ltd.",
"manufacturerId": "0x0214",
"label": "IM-20",
"description": "Door/Window Sensor",
"devices": [
{
"productType": "0x0002",
"productId": "0x0001"
},
{
"productType": "0x0003",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set Level",
"description": "Basic Set Command will be sent when the door/window is opened or closed",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "2",
"label": "Turn Off Light Time Configuration",
"valueSize": 1,
"minValue": 1,
"maxValue": 120,
"defaultValue": 20
},
{
"#": "3",
"label": "Door Sensor Status Report",
"description": "Auto report Door/Window status time",
"valueSize": 1,
"unit": "hours",
"minValue": 0,
"maxValue": 24,
"defaultValue": 12
}
]
}