feat: TEST
Build and deploy / build (push) Successful in 19m32s
Build and deploy / Deploy container (push) Successful in 38s

This commit is contained in:
2026-06-20 03:49:36 +02:00
parent 9a5e7694c3
commit 18467c5541
+3
View File
@@ -12,6 +12,9 @@ local module = {}
function module.setup(mqtt_client) function module.setup(mqtt_client)
local light = nil local light = nil
print(secrets.printer_device_id)
print(secrets.printer_access_code)
local bambu = devices.Bambu.new({ local bambu = devices.Bambu.new({
host = "thalia.huizinga.lan", host = "thalia.huizinga.lan",
device_id = secrets.printer_device_id, device_id = secrets.printer_device_id,