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

174 lines
3.7 KiB
JSON

{
"manufacturer": "wiDom",
"manufacturerId": "0x0149",
"label": "DRY",
"description": "Widom Smart Dry Contact",
"devices": [
{
"productType": "0x1214",
"productId": "0x0900"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "1 Click",
"maxNodes": 8
},
"3": {
"label": "2 Clicks",
"maxNodes": 8
},
"4": {
"label": "3 Clicks",
"maxNodes": 8
}
},
"paramInformation": [
{
"#": "1",
"label": "Numbers of Clicks to Control the Load",
"valueSize": 1,
"minValue": 0,
"maxValue": 7,
"defaultValue": 7
},
{
"#": "4",
"label": "Value Used for Devices Belonging to Group 2",
"description": "Value sent when the external switch receives 1 click. Allowable range: 0-99, 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "5",
"label": "Value Used for Devices Belonging to Group 3",
"description": "Value sent when the external switch receives 2 clicks. Allowable range: 0-99, 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "6",
"label": "Value Used for Devices Belonging to Group 4",
"description": "Value sent when external switch receives 3 clicks. Allowable range: 0-99, 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "10",
"label": "Timer to Switch OFF the Relay",
"description": "Defines the time after which the relay is switched OFF",
"valueSize": 2,
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0
},
{
"#": "11",
"label": "Timer to Switch ON the Relay",
"description": "Defines the time after which the relay is switched ON",
"valueSize": 2,
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0
},
{
"#": "15",
"label": "Timer Scale",
"description": "Defines the time unit used for parameters No.10 and No.11.",
"valueSize": 2,
"minValue": 1,
"maxValue": 2,
"defaultValue": 1,
"writeOnly": true
},
{
"#": "20",
"label": "One Click Scene Activation Set",
"description": "Defines the Scene Activation Set value sent to the Lifeline group with 1 Click",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"#": "21",
"label": "Two Clicks Scene Activation Set",
"description": "Defines the Scene Activation Set value sent to the Lifeline group with 2 Clicks",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"#": "22",
"label": "Three Clicks Scene Activation Set",
"description": "Defines the Scene Activation Set value sent to the Lifeline group with 3 Clicks",
"valueSize": 2,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"#": "60",
"label": "Start-Up Status",
"description": "Defines the status of the device following a restart",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "On",
"value": 1
},
{
"label": "Off",
"value": 2
},
{
"label": "Previous status",
"value": 3
}
]
},
{
"#": "62",
"label": "Type of External Switch",
"description": "Defines the type of external switch connected to the device",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Ignore",
"value": 0
},
{
"label": "Button",
"value": 1
},
{
"label": "Switch",
"value": 2
}
]
}
]
}