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

fixes to comply with nanoleaf API #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

daniel-2k
Copy link

The states "brightness", "hue", "sat" and "colorTemp" are sendung wrong body data in the request:
e.g. { brightness: 100 } instead of { brightness: "value": 100 }}

Problem is that the new nanoleaf Canvas device cannot process this wrong http request but the Light Panels device has no problem with it.

Please update in new version and provide to npm.

The states "brightness", "hue", "sat" and "colorTemp" are sendung wrong body data in the request:
e.g. { brightness: 100 } instead of { brightness: "value": 100 }}
- Added method for writing custom effects
- Added SSE subscription for getting push notifications (e.g. using gestures)
- Added setRythmMode
- Added duration parameter for setBrightness
- Changes to comply with nanoloeaf Aurora API
- Fixed handling timeout parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant