File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ def __plugin_load__():
478
478
479
479
global __plugin_hooks__
480
480
__plugin_hooks__ = {
481
+ "octoprint.plugin.softwareupdate.check_config" : __plugin_implementation__ .get_update_information ,
481
482
"octoprint.events.register_custom_events" : register_custom_events ,
482
483
"octoprint.access.permissions" : __plugin_implementation__ .get_additional_permissions ,
483
484
}
Original file line number Diff line number Diff line change 14
14
plugin_name = "OctoPrint-PiSupport"
15
15
16
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
- plugin_version = "2021.3.26.post1 "
17
+ plugin_version = "2021.3.26.post2 "
18
18
19
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
20
# module
You can’t perform that action at this time.
0 commit comments