Doc gemaakt voor scripts

This commit is contained in:
Atilla
2024-04-03 14:08:30 +02:00
parent 417dacbe73
commit b8ab58bb53
21 changed files with 629 additions and 300 deletions

View File

@@ -49,9 +49,6 @@ def on_message(client, userdata, message):
print(f"\033[92mMessage received on topic\033[0m {message.topic}: {data}")
# def berekenAlgo(data):
if __name__ == "__main__":
topic = "goodgarden/devices"
subscribe.callback(on_message, topic)