zwave-js/.config-db/devices/0x0089/zsl301eu.json

112 lines
2 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Team Precision PCL",
"manufacturerId": "0x0089",
"label": "ZSL301EU",
"description": "Single Relay Switch",
"devices": [
{
"productType": "0x0001",
"productId": "0x0101"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "0",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
},
{
"#": "1",
"label": "Night Light",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "LED on when light on",
"value": 0
},
{
"label": "LED on when light off",
"value": 1
}
]
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "LED Indicator",
"defaultValue": 1
},
{
"#": "3",
"label": "Enable All ON/All OFF",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Enable both all on and all off command",
"value": 255
},
{
"label": "Disable both all on and all off command",
"value": 0
},
{
"label": "Enable only all off command",
"value": 1
},
{
"label": "Enable only all on command",
"value": 2
}
]
},
{
"#": "4",
"label": "Button Protection",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "User can use button for on/off manual control",
"value": 0
},
{
"label": "Protect mode",
"value": 1
},
{
"label": "Disable button from manual control",
"value": 2
}
]
},
{
"#": "5",
// eslint-disable-next-line @zwave-js/consistent-config-string-case
"label": "Delay In Time",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 5,
"defaultValue": 0
},
{
"#": "6",
"label": "Delay Out Time",
"valueSize": 1,
"unit": "seconds",
"minValue": 0,
"maxValue": 5,
"defaultValue": 0
}
]
}