Due to changes made in mlua the new scheduler is much simpler. It also had no real business being part of the device manager, so it has now been moved to be part of the returned config.
15 lines
337 B
Lua
15 lines
337 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 DeviceInterface[]?
|
|
---@field schedule table<string, function>?
|
|
local Config
|