NeewerLite-Python 0.11
New release!
NOTE: The location of the global preferences file NeewerLite-Python.prefs
changes in this version to sit inside the light_prefs
folder - so if you have custom preferences, please move the NeewerLite-Python.prefs
file from the root program directory into the light_prefs
folder.
- Added ability in the HTTP server to use custom presets generated by the GUI with the
use_preset
command - both global and snapshot presets work as they would in the GUI - hoping to have save_preset for the next version to save presets via the HTTP interface! - Added ability to send a command to the HTTP server but not render a HTML page back out with the
nopage
command (useful in situations where you don't necessarily need confirmation that the command went through, and don't want to waste the bandwith of rendering the HTML page) - Tweaked the display of the elements on the HTML pages that render to show more detail - also
list
lists the lights available and all of the custom preset information now - Added documentation by @maxime-roy for making NeewerLite-Python's HTTP server into a systemd service for Linux installations such as the Raspberry Pi - thanks again!
- A few other small tweaks here and there