Releases: DatNoHand/rpi-led-node
Teaser
Added REST API
IFTTT or Tasker, endless possibilities
- On/Off - /api/power/[true,false]
- Brightness - /api/brightness/[0-255] &ov=true - Override max brightness set in config
- Presets - /api/render/preset/[name] - Render the Preset with that name, URLENCODED!
- Status - /api/status - Returns the current settings
Rewritten library
Cleaned up code, made things more efficient
3.1.0-pre.1
WOOOA pre.1
... but wat does that mean?
Overview over version names
- alpha.x
** Very early version, expect nothing to work! - beta.x
** 50% - 90% done, most things work but may still be buggy. (sometimes known as nightly) - pre.x
** 99% done, like a PREview of the new features. Minor things like styling missing but fully functional
3.1.0.-beta.2
The Lamp now animates with the rainbow
3.1.0-beta.1
I've added the ability to use presets, although you can only use them via the browser console for now.
Usage: preset(id, data)
id is assigned based on array index. Currently 'rainbow' is id 0 and 'rainbow_animated' is id 1. Try to change the data part (integers only) and see what happens. Hint: preset(1, data_in_ms)
Later the presets will be loaded from a file, so the id stays the same.
There will also be a "Presets" button on the main Page to select from a list based on which presets are on the server.
Every preset will have it's own file in 3.2. so it will be very easy to share. Keep in mind that you may have to adjust it to fit your setup.
Maybe preset files will be in js, so that you can use variables => dynamic presets based on time of day for example.
3.0.0 - Huge rewrite
Fixed Brightness
Says in the title, the brightness slider works now
2.2 - Different Walls
This release implements the functionality to have different walls in your room.
You can configure it how you need it in the server/config/config.js file
It's really easy to understand :D
2.1.1 - Reconnect
This update adds a reconnect function to the client which now tries to reconnect every second for 10 seconds.
If that fails it will reload the page and try again.
2.0 - Major UI Update
Some things added, some things changed...
Tell me how you like it 😍