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

113 lines
2.4 KiB
JSON

{
"manufacturer": "wiDom",
"manufacturerId": "0x0149",
"label": "WTE",
"description": "Widom Smart Dimmer",
"devices": [
{
"productType": "0x1214",
"productId": "0x0a00"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Start-Up Status",
"description": "Defines the status of the device, in term of light level, following a restart. Allowable range: 0-99, 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "2",
"label": "Fade On Time",
"description": "Defines the time spent to switch the load from complete OFF to complete ON",
"valueSize": 1,
"minValue": -126,
"maxValue": 127,
"defaultValue": 1
},
{
"#": "3",
"label": "Fade Off Time",
"description": "Defines the time spent to switch the load from complete ON to complete OFF",
"valueSize": 1,
"minValue": -126,
"maxValue": 127,
"defaultValue": 1
},
{
"#": "4",
"label": "Local Dimming Time",
"description": "Defines the time spent to switch the controlled load",
"valueSize": 1,
"minValue": 0,
"maxValue": 60,
"defaultValue": 5
},
{
"#": "10",
"label": "Minimum Light Level",
"description": "Defines which light level will correspond to 1% in the range between 1 and 98%",
"valueSize": 1,
"minValue": 1,
"maxValue": 98,
"defaultValue": 1
},
{
"#": "11",
"label": "Maximum Light Level",
"description": "Defines which light level will correspond to 99% in the range between 2 and 99%",
"valueSize": 1,
"minValue": 2,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "20",
"label": "Dimmable Load",
"description": "Define if the connected loads are dimmable or not",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "NON_DIMMABLE_LOAD",
"value": 0
},
{
"label": "Dimmable load",
"value": 1
}
]
},
{
"#": "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
}
]
}
]
}