16 lines
361 B
Lua
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
|