-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add a semblance of scene support #48
Conversation
This adds all the plubming required to support scenes, but does not actually store the information necessary to apply them. This allows apps that require the scene api to interact with the emulated bridge without blowing up or taking up the additional memory required for proper support.
I am getting with the Hue iOS app with the "colorful" icon
The app says "saving can take some time..." but actually it takes forever and I have to kill the app... |
The iOS app with the non-colorful icon actually does find the emulated bridge and connect to it! |
I see the issue. I'll submit a new PR with the POST scene creation sans scene ID fix. |
The iOS app with the non-colorful icon actually does find the emulated bridge and connect to it nowadays seems to use scenes for almost everything; so if I select a color and wait for a couple of seconds, then the color in the app gets reset to the original one... EDIT: If I create a new scene with only one lamp in it, then i seem to be able to control it. |
This adds all the plubming required to support scenes, but does not
actually store the information necessary to apply them. This allows
apps that require the scene api to interact with the emulated bridge
without blowing up or taking up the additional memory required for
proper support.