#6 UI Updates senden und anzeigen

This commit is contained in:
David Zingg 2019-11-20 21:32:44 +01:00
parent 66f2792027
commit 76a07016c0

View File

@ -54,6 +54,7 @@ class MyStromSwitchPlugin(octoprint.plugin.SettingsPlugin,
self._timer.start() self._timer.start()
def _timer_task(self): def _timer_task(self):
self._logger.debug("_timer_task")
if self.ip is not None: if self.ip is not None:
self._logger.debug("send Request") self._logger.debug("send Request")
try: try: