Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kantlivelong committed Feb 2, 2017
1 parent 4aeb9aa commit 9aaa439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
plugin_identifier = "psucontrol"
plugin_package = "octoprint_%s" % plugin_identifier
plugin_name = "OctoPrint-PSUControl"
plugin_version = "0.1.1"
plugin_version = "0.1.2"
plugin_description = "Control ATX/AUX power supply."
plugin_author = "Shawn Bruce"
plugin_author_email = "[email protected]"
Expand Down

0 comments on commit 9aaa439

Please sign in to comment.