Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): use Color Switch V2 for Inovelli LZW42 #6654

Merged
merged 2 commits into from Feb 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/config/config/devices/0x031e/lzw42.json
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 the Version query saying
Zarklord marked this conversation as resolved.
Show resolved Hide resolved
"commandClasses": {
"add": {
"Color Switch": {
"isSupported": true,
"version": 2
}
}
}
}
}