-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Changed HUE Device type to color supporting version #464
Closed
Conversation
This file contains 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
…current Echo firmware supporting color change commands (not supportet in german yet)
Will chck next week. Now visiting Naples |
arendst
added a commit
that referenced
this pull request
Jun 1, 2017
5.1.4 20170601 * Removed pre-compiled versions from repository as they are available within the release * Changed HUE Device type to color supporting version (#464) * Fix compile error when BE_MINIMAL is selected (#467, #476) * Add multiple compiled versions to release using updated Travis script and platformio.ini (#467)
Conflicts: sonoff/xdrv_wemohue.ino
arendst
added a commit
that referenced
this pull request
Jun 4, 2017
Implemented so I guess this one can be closed? |
Yes, this can be closed. Thank you again,
Heiko.
Am 11.06.2017 um 15:11 schrieb Theo Arends:
…
Implemented so I guess this one can be closed?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACdAcZw3xpkGOQ2lCOmiAfxLvo771BO2ks5sC-eagaJpZM4NhV18>.
|
curzon01
pushed a commit
to curzon01/Tasmota
that referenced
this pull request
Sep 6, 2018
5.1.4 20170601 * Removed pre-compiled versions from repository as they are available within the release * Changed HUE Device type to color supporting version (arendst#464) * Fix compile error when BE_MINIMAL is selected (arendst#467, arendst#476) * Add multiple compiled versions to release using updated Travis script and platformio.ini (arendst#467)
curzon01
pushed a commit
to curzon01/Tasmota
that referenced
this pull request
Sep 6, 2018
5.1.5 20170604 * Shrink code in preparation to ESP8266-Arduino 2.4.0-rc1 * Add effect parameter to HUE Device (arendst#464)
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.
Changed HUE Device Type to a color supporting version, the old type did just support brightness control. Had to add xy output to prevent Echo from handling the device correctly and then complain about disconnected bridge. The current Echo Firmware supports changing the color via voice control and now hopefully works with the emulated hue (not supported in germany yet).