zwave-js/.config-db/devices/0x0258/eu-3.json

103 lines
2 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
"manufacturerId": "0x0258",
"label": "EU-3",
"description": "Light Switch 3 Channel",
"devices": [
{
"productType": "0x0200",
"productId": "0x102b"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Backlight",
"description": "Enable backlight when switch is on",
"defaultValue": 1
},
{
"#": "3",
"$import": "~/templates/master_template.json#enable_led_indicator",
"defaultValue": 1
},
{
"#": "4",
"label": "Root Device Mapped Setting",
"description": "Endpoint device mapping setting for associated devices",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No endpoint",
"value": 0
},
{
"label": "Endpoint 1",
"value": 1
},
{
"label": "Endpoint 2",
"value": 2
},
{
"label": "Endpoint 3",
"value": 3
},
{
"label": "All endpoints",
"value": 4
}
]
},
{
"#": "5",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Switch Operation",
"defaultValue": 1
},
{
"#": "6",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Auto-Off"
},
{
"#": "7",
"label": "Auto-Off Delay (Channel 1)",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "8",
"label": "Auto-Off Delay (Channel 2)",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
},
{
"#": "9",
"label": "Auto-Off Delay (Channel 3)",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0
}
]
}