From 5c840aae637985edba8fb19f1a05600fe3dab23c Mon Sep 17 00:00:00 2001 From: quasar Date: Mon, 17 Nov 2025 04:02:19 +0000 Subject: [PATCH] changed frequency --- api-to-mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()