zwave-js/.config-db/devices/0x039a/INT-SMDWD-01.json

96 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Inteset",
"manufacturerId": "0x039a",
"label": "INT-SMDWD-01",
"description": "Inteset Door/Window Sensor",
"devices": [
{
"productType": "0x0003",
"productId": "0x0101"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Basic Set: Off Delay Time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "2",
"label": "Basic Set: Level",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "On",
"value": 100
}
]
},
{
"#": "3",
"label": "LED Indicator: Open/Close",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "4",
"label": "Binary Sensor Report",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "5",
"label": "Battery Report Interval",
"valueSize": 2,
"unit": "minutes",
"minValue": 1,
"maxValue": 1080,
"defaultValue": 480
}
],
"metadata": {
"wakeup": "Press the button briefly",
"inclusion": "Press the button 3 times within 1.5s to enter inclusion mode.",
"exclusion": "Press the button 3 times within 1.5s",
"reset": "Press and hold the button for 10s until LED light is on, then release the button.",
"manual": "http://downloads.inteset.com/DoorSensorManualS2.pdf"
}
}