Skip to content

Commit

Permalink
fix(config): use Color Switch V2 for Inovelli LZW42 (#6654)
Browse files Browse the repository at this point in the history
Co-authored-by: AlCalzone <[email protected]>
  • Loading branch information
Zarklord and AlCalzone authored Feb 4, 2024
1 parent 223965f commit 72cae6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/config/config/devices/0x031e/lzw42.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,16 @@
"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
}
}
}
}
}

0 comments on commit 72cae6d

Please sign in to comment.