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

69 lines
1.3 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
"manufacturerId": "0x0258",
"label": "EU-2",
"description": "Light Switch 2 Channel",
"devices": [
{
"productType": "0x0003",
"productId": "0x008b"
},
{
"productType": "0x0003",
"productId": "0x108b"
},
{
"productType": "0x0003",
"productId": "0x208b"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Backlight",
"description": "Enable backlight when switch is on",
"defaultValue": 1
},
{
"#": "2",
"$import": "~/templates/master_template.json#enable_led_indicator",
"defaultValue": 1
},
{
"#": "3",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "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": "All endpoints",
"value": 3
}
]
}
]
}