From 18467c554168d34354328ca3af7a7a7776ab190e Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 20 Jun 2026 03:49:36 +0200 Subject: [PATCH] feat: TEST --- config/rooms/guest_bedroom.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rooms/guest_bedroom.lua b/config/rooms/guest_bedroom.lua index d364655..8490b45 100644 --- a/config/rooms/guest_bedroom.lua +++ b/config/rooms/guest_bedroom.lua @@ -12,6 +12,9 @@ local module = {} function module.setup(mqtt_client) local light = nil + print(secrets.printer_device_id) + print(secrets.printer_access_code) + local bambu = devices.Bambu.new({ host = "thalia.huizinga.lan", device_id = secrets.printer_device_id,