Releases: kantlivelong/OctoPrint-PSUControl
0.1.8
0.1.7
0.1.6
0.1.5
Add togglePSU API Command (#33)
Add getPSUState API Command (#34)
Set initial state of the switching GPIO accordingly (#40)
Add Pseudo On/Off G-Code Switching (#26)
Added M106 to autoOnTriggerGCodeCommands defaults (#45)
Move static power off dialog from jinja2 template to js (#46)
Change power off dialog message
Add invert and pull-up/down options for Sensing (#39)
Add support for sensing via system commands
0.1.4
-Add ability to specify pin mode. Converts if mode already set by another plugin.
-Make confirmation of switching off optional (#15)
-Add postOnDelay option to wait X seconds after switching PSU on. (Useful if the PSU takes a short bit to turn on)
-Option to disconnect on power off. (#10)
-Indicator/toggle UI improvements
-Settings UI improvements
-Fixes make_response error
0.1.3
-Add System Command support.
-Fix permission check for the power toggle icon.
0.1.2
-Make Sensing optional. If disabled the plugin will try to keep track of the PSU state internally.
-Updated requirments to specify RPi.GPIO version
-Rework GPIO configuration for simplicity and better error handling
-Avoid idle power off when a print job is paused
-Use ajax POST instead of OctoPrints. (Compatibility fix)
0.1.1
-Add invert option for On/Off GPIO Pin
-Fix indicator/button icon class.
0.1.0
Initial commit