zwave-js/.config-db/devices/0x0097/dhs-win-blw-dhs.json
2025-01-10 22:05:04 -08:00

229 lines
4 KiB
JSON

{
"manufacturer": "Wintop",
"manufacturerId": "0x0097",
"label": "DHS-WIN-BLW-DHS",
"description": "Blind Controller",
"devices": [
{
"productType": "0x0024",
"productId": "0x0055"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Click, press and hold of up/down buttons",
"maxNodes": 10,
"isLifeline": true
},
"2": {
"label": "Send Reports on blind state change",
"maxNodes": 10,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Buttons Mode",
"description": "Set number and type of directly connected buttons",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "One push button",
"value": 0
},
{
"label": "Two paddles with power and direction",
"value": 1
},
{
"label": "Two toggle switch",
"value": 2
},
{
"label": "Two buttons with neutral position",
"value": 3
}
]
},
{
"#": "2",
"label": "Automatically Close After",
"description": "If not zero, automatically close blind after a user defined time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"#": "3",
"label": "What to Do on RF Close Command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Close",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Open",
"value": 2
},
{
"label": "Open if closed, otherwise close",
"value": 3
}
]
},
{
"#": "4",
"label": "Typical Click Timeout",
"description": "Typical time used to differentiate click, hold, double and triple clicks",
"valueSize": 1,
"unit": "ms",
"minValue": 1,
"maxValue": 100,
"defaultValue": 50
},
{
"#": "5",
"label": "Invert Buttons",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "6",
"label": "Action on Button Press or Hold",
"description": "Which command sent to Association group on button press or hold.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Basic",
"value": 1
},
{
"label": "Send scene",
"value": 2
}
]
},
{
"#": "7",
"label": "Set LED Indication Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Show working state",
"value": 1
},
{
"label": "Always on",
"value": 2
},
{
"label": "Show opened state",
"value": 3
},
{
"label": "Indicator Command Class",
"value": 4
}
]
},
{
"#": "10",
"label": "Full Close Time",
"description": "Time to go from opened to closed state",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 60,
"unsigned": true
},
{
"#": "11",
"label": "Full Open Time",
"description": "Time to go from closed to open state",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 255,
"defaultValue": 60,
"unsigned": true
},
{
"#": "12",
"label": "Node Id of the Blocking Device",
"valueSize": 1,
"minValue": 0,
"maxValue": 24,
"defaultValue": 0
},
{
"#": "13",
"label": "Blocking Mode Command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "On",
"value": 0
},
{
"label": "Off",
"value": 1
}
]
},
{
"#": "14",
"label": "Invert Open and Close Relays",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
}
]
}