Skip to content

Releases: Winor/RPiLC

v2.1.2

06 Jun 17:24
Compare
Choose a tag to compare

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.

  • Changes to API
  • The ability to control multiple devices
  • MQTT with home assistant support
  • New UI with client themes
  • Remote mode
  • Previous color button
  • Set on color button
  • Named Devices
  • v1.4.2

    14 Oct 19:51
    Compare
    Choose a tag to compare
    • [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

    03 Oct 17:11
    Compare
    Choose a tag to compare
    • Fixed client not refreshing on apply config

    v1.4.0

    02 Oct 20:00
    Compare
    Choose a tag to compare
    • (experimental) you can now update RPiLC using the web client

    • redesigned settings

    v1.3.0-beta

    12 Sep 18:59
    Compare
    Choose a tag to compare

    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

    10 Sep 09:02
    Compare
    Choose a tag to compare
    v1.2.4-beta Pre-release
    Pre-release
    • 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

    31 Aug 13:10
    Compare
    Choose a tag to compare
    v1.2.1-beta Pre-release
    Pre-release
    • 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

    11 Jun 15:07
    Compare
    Choose a tag to compare
    v1.1.0-beta Pre-release
    Pre-release
    • 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

    19 Apr 17:08
    Compare
    Choose a tag to compare
    v1.0.0-beta Pre-release
    Pre-release
    • 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

    19 May 17:24
    Compare
    Choose a tag to compare
    v0.2.0-beta Pre-release
    Pre-release
    • 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