diff --git a/api-to-mqtt.py b/api-to-mqtt.py index 7bb694a..21cedbd 100644 --- a/api-to-mqtt.py +++ b/api-to-mqtt.py @@ -53,7 +53,7 @@ def main(): printer.connect() while True: - time.sleep(5) + time.sleep(30) # 3. Get the printer status data status = printer.get_state()