-- 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? local Config ---@alias Devices (DeviceInterface | fun(client: AsyncClient): Devices)[]