MQTT enable scheduler #522

This commit is contained in:
Jokob-sk
2024-01-06 10:26:39 +11:00
parent d992edf6b4
commit a6f5e6c499
2 changed files with 33 additions and 7 deletions

View File

@@ -46,11 +46,6 @@ mqtt_connected_to_broker = False
client = None # mqtt client
def main():
mylog('debug', [f"[{pluginName}] DEBUG TEST"])
mylog('verbose', [f"[{pluginName}] VERBOSE TEST"])
mylog('minimal', [f"[{pluginName}] MINIMAL TEST"])
mylog('none', [f"[{pluginName}] NONE TEST"])
mylog('verbose', [f'[{pluginName}](publisher) In script'])