Add support for new models LWV005 and LTV001#652
Open
owenselles wants to merge 1 commit into
Open
Conversation
Fixes JohanBendz#624 Add support for ST64 Hue white filament Edison (LWV005) and ST64 Hue white Ambiance filament Edison (LTV001) bulbs. * **New Files:** - Add `drivers/LWV005/device.js` for LWV005 model. - Add `drivers/LWV005/driver.compose.json` for LWV005 model. - Add `drivers/LTV001/device.js` for LTV001 model. - Add `drivers/LTV001/driver.compose.json` for LTV001 model. * **Modified Files:** - Update `app.js` to include support for LWV005 and LTV001 models. - Update `drivers/Light.js` to handle LWV005 and LTV001 models. - Update `.homeycompose/app.json` to include LWV005 and LTV001 models. - Update `.homeychangelog.json` to document the addition of LWV005 and LTV001 models. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/JohanBendz/com.philips.hue.zigbee/issues/624?shareId=XXXX-XXXX-XXXX-XXXX).
|
when can this be merged @JohanBendz ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #624
Add support for ST64 Hue white filament Edison (LWV005) and ST64 Hue white Ambiance filament Edison (LTV001) bulbs.
New Files:
drivers/LWV005/device.jsfor LWV005 model.drivers/LWV005/driver.compose.jsonfor LWV005 model.drivers/LTV001/device.jsfor LTV001 model.drivers/LTV001/driver.compose.jsonfor LTV001 model.Modified Files:
app.jsto include support for LWV005 and LTV001 models.drivers/Light.jsto handle LWV005 and LTV001 models..homeycompose/app.jsonto include LWV005 and LTV001 models..homeychangelog.jsonto document the addition of LWV005 and LTV001 models.