Files
automation_rs/definitions/config.lua
Dreaded_X b2f3564ab4
All checks were successful
Build and deploy / build (push) Successful in 10m49s
Build and deploy / Deploy container (push) Has been skipped
WIP
2025-10-18 04:55:01 +02:00

16 lines
361 B
Lua

-- DO NOT MODIFY, FILE IS AUTOMATICALLY GENERATED
---@meta
---@class FulfillmentConfig
---@field openid_url string
---@field ip string?
---@field port integer?
local FulfillmentConfig
---@class Config
---@field fulfillment FulfillmentConfig
---@field devices Devices?
---@field mqtt AsyncClient
---@field schedule table<string, fun() | fun()[]>?
local Config