zwave-js/.config-db/devices/0x031e/lzw42.json

82 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Inovelli",
"manufacturerId": "0x031e",
"label": "LZW42",
"description": "Multi-Color Bulb",
"devices": [
{
"productType": "0x0005",
"productId": "0x0001",
"zwaveAllianceId": 3613
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "2",
"label": "State After Power Loss",
"description": "This state will be chosen when the power is restored",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "On",
"value": 0
},
{
"label": "Previous state",
"value": 1
}
]
},
{
"#": "81",
"label": "Color Adjustment (Warm White)",
"description": "Changes the color temperature for warm white",
"valueSize": 2,
"unit": "K",
"minValue": 2700,
"maxValue": 4999,
"defaultValue": 2700
},
{
"#": "82",
"label": "Color Adjustment (Cold White)",
"description": "Changes the color temperature for cold white",
"valueSize": 2,
"unit": "K",
"minValue": 5000,
"maxValue": 6500,
"defaultValue": 6500
}
],
"metadata": {
"inclusion": "With the bulb turned off, start the inclusion process on your hub/gateway. Once the inclusion process has started, turn on the bulb and it will immediately blink twice (2x) indicating it's in inclusion (pairing) mode. If the bulb was included successfully, it will blink one more (1x) time. If it was not included successfully, you may have to run an exclusion. If there's still issues, please ensure your bulb is within range.",
"exclusion": "Put your hub in exclusion mode and turn the power to the bulb on. Your bulb will blink twice (2x) indicating it's in exclusion mode. When exclusion is successful, it will blink one more time (1x) to confirm. Your hub should say that the device is excluded.",
"reset": "You may power on/off the bulb 6x (between 0.5-2 seconds each time) or use a certified controller to remove the device from your network to factory default. Only use this procedure in the event that the network primary controller is missing or otherwise inoperable. Your bulb will flash twice to confirm factory reset.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3613/LZW42%20Manual.pdf"
},
"compat": {
// The device supports Color Switch V2, despite only reporting support for V1
"commandClasses": {
"add": {
"Color Switch": {
"isSupported": true,
"version": 2
}
}
}
}
}