Skip to content

Commit

Permalink
ralease new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Burgstaller committed Nov 11, 2021
1 parent 34780f5 commit 5a940f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ Curently, OctoRelay supports up to 8 relays:

- Add api command to get pin status {'pin': 'r1', 'command': 'getStatus'}
- Poll GPIO to update the UI if the state changes in the backround

1.2.0

- Add api command to get all the states at once
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
plugin_name = "OctoRelay"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.1.1"
plugin_version = "1.2.0"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 5a940f5

Please sign in to comment.