Skip to content

fixes to comply with nanoleaf API - #13

Open
daniel-2k wants to merge 2 commits into
darrent:masterfrom
daniel-2k:master
Open

fixes to comply with nanoleaf API#13
daniel-2k wants to merge 2 commits into
darrent:masterfrom
daniel-2k:master

Conversation

@daniel-2k

Copy link
Copy Markdown

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