Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
fix bug preventing addition of new devices with last version, #177
  • Loading branch information
jneilliii committed Apr 17, 2022
1 parent 475699d commit d56087c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_tasmota/static/js/tasmota.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ $(function() {
'event_on_upload':ko.observable(false),
'event_on_connecting':ko.observable(false),
'is_led':ko.observable(false),
'is_sensor_only': ko.observable(false),
'brightness':ko.observable(50)});
self.settings.settings.plugins.tasmota.arrSmartplugs.push(self.selectedPlug());
$("#TasmotaEditor").modal("show");
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-Tasmota"

# 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.1.2"

# 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 d56087c

Please sign in to comment.