Skip to content

Commit

Permalink
fix relay # setting with arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
luismanson committed Jun 22, 2022
1 parent 871438c commit 32cc18e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions extras/psucontrol_espurna.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ compatibility:

---

See <https://github.com/luismanson/Octoprint-PSUControl-ESPurna> for information on configuration.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="control-group">
<label class="control-label">Relay</label>
<div class="controls">
<input type="number" min="1" class="input-mini" data-bind="value: settings.plugins.psucontrol_espurna.relay">
<input type="number" min="0" class="input-mini" data-bind="value: settings.plugins.psucontrol_espurna.relay">
<br/>
</div>
</div>
Expand All @@ -24,4 +24,4 @@
<input type="text" class="input" data-bind="value: settings.plugins.psucontrol_espurna.apikey">
</div>
</div>
</form>
</form>
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 = "Octoprint-PSUControl-ESPurna"

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

# 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 32cc18e

Please sign in to comment.