Releases: Winor/RPiLC
Releases · Winor/RPiLC
v2.1.2
Welcome to RPiLC2 !
RPiLC2 is a breaking change to RPiLC and the way it works.
It is recommended to read readme.md on github before upgrading form v1.
v1.4.2
- [API] Added /api/togglestate/on to turn the LED strip on
- [API] Added /api/togglestate/off to turn the LED strip off
- [API] Added /api/togglecycle/on to turn cycle mode on
- [API] Added /api/togglecycle/off to turn cycle mode off
- togglecycle and togglestate now accept state (on/off)
v1.4.1
v1.4.0
v1.3.0-beta
No longer need to manually edit the config file !
- RPiLC now generating the config file
- On first run, settings page will appear letting you configure the app to match your settings
- You can now restart the app using API
http://RPiLC-Address/restart
v1.2.4-beta
- Fixed illegal npm name
- Added a option to toggle cycle from API
http://RPiLC-Address/togglestate
- Selecting color while Cycle is on now turns it off
- Updated dependencies
- If a color is selected again, it will be brought to the beginning of saved colors list
v1.2.1-beta
- 18 recently used color list - automatically save a color that is being used for 7 seconds (note: color list lost after restart )
- Polished client look
- New SVG logo with reflective RGB value
v1.1.0-beta
- You can now configure a startup color
- You can now configure the power on color
- Added API
Status
http://RPiLC-Address/status
Will return status in JSON format
Toggle State
http://RPiLC-Address/togglestate
Will turn the LED strip on or off & return status in JSON format
Set Color
http://RPiLC-Address/color
Accepts hex value, rgb(x, x, x) and color name.
Will set the LED strip color & return status in JSON format
v1.0.0-beta
- The server app is now faster
- Using smooth and fade effects now consumes less memory
- Broke the server.js file into multiple files making it easier to work on the project
v0.2.0-beta
- Changed the off button to on/off toggle
- Cycle can now have different effects:
- Fade
- Smooth
- Flash
- About modal text now show the right data