#21 Add PowerOFF when print is finished

This commit is contained in:
David Zingg
2020-06-28 14:23:18 +02:00
parent 78df6af17c
commit 041fe67773
2 changed files with 9 additions and 10 deletions

View File

@ -6,6 +6,7 @@ import requests
import ssl
import time
from octoprint.util import RepeatedTimer
from octoprint.events import eventManager, Events
class MyStromSwitchPlugin(octoprint.plugin.SettingsPlugin,