-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
LED Device Features, Fixes and Refactoring (Resubmit PR855) #875
Merged
Paulchen-Panther
merged 53 commits into
hyperion-project:master
from
Lord-Grey:Refactor_LedDevices
Jul 12, 2020
Merged
LED Device Features, Fixes and Refactoring (Resubmit PR855) #875
Paulchen-Panther
merged 53 commits into
hyperion-project:master
from
Lord-Grey:Refactor_LedDevices
Jul 12, 2020
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
…yperion-project#826) Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](faye/websocket-extensions-node@0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts: # libsrc/leddevice/dev_net/LedDeviceNanoleaf.cpp # libsrc/leddevice/dev_net/LedDeviceNanoleaf.h # libsrc/leddevice/dev_spi/LedDeviceLpd8806.cpp # libsrc/leddevice/dev_spi/LedDeviceLpd8806.h # libsrc/leddevice/schemas/schema-nanoleaf.json
# Conflicts: # include/leddevice/LedDevice.h # include/ssdp/SSDPDiscover.h # libsrc/leddevice/LedDevice.cpp # libsrc/leddevice/dev_net/LedDeviceAtmoOrb.cpp # libsrc/leddevice/dev_net/LedDeviceAtmoOrb.h # libsrc/leddevice/dev_net/LedDeviceNanoleaf.cpp # libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp # libsrc/leddevice/dev_net/LedDeviceUdpH801.h # libsrc/leddevice/dev_net/ProviderUdp.cpp # libsrc/leddevice/dev_net/ProviderUdp.h # libsrc/leddevice/dev_other/LedDeviceFile.cpp # libsrc/leddevice/dev_other/LedDeviceFile.h # libsrc/leddevice/dev_serial/ProviderRs232.cpp # libsrc/ssdp/SSDPDiscover.cpp # libsrc/utils/RgbToRgbw.cpp
Hello @Lord-Grey 👋 I'm your friendly neighborhood bot and would like to say thank you for So that you and other users can test your changes more quickly, If you make changes to your PR, i create a new link to your workflow artifacts. Best regards, |
Here is your new link to your workflow artifacts. |
1 task
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.
Summary
Resubmission of PR #855 after merging with latest master.
Features, Fixes and Refactoring around LED Devices
Added
New Devices
Additional device related capabilities
available for Philips-Hue, Nanoleaf, Yeelight, partially for Rs232 / USB (Hid)
Documentation
Changed
Fixed
What kind of change does this PR introduce? (check at least one)
If changing the UI of web configuration, please provide the before/after screenshot:
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing setups:
The PR fulfills these requirements:
Fixes: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Other information:
Resolves #755
Resolves #727
Resolves #859