WIP
All checks were successful
Build and deploy / build (push) Successful in 10m49s
Build and deploy / Deploy container (push) Has been skipped

This commit is contained in:
2025-10-18 04:54:45 +02:00
parent 92a0bff8c4
commit b2f3564ab4
8 changed files with 693 additions and 607 deletions

View File

@@ -9,6 +9,7 @@ local FulfillmentConfig
---@class Config
---@field fulfillment FulfillmentConfig
---@field devices DeviceInterface[]?
---@field schedule table<string, function>?
---@field devices Devices?
---@field mqtt AsyncClient
---@field schedule table<string, fun() | fun()[]>?
local Config