UNPKG

matterbridge-dyson-robot

Version:

A Matterbridge plugin that connects Dyson robot vacuums and air treatment devices to the Matter smart home ecosystem via their local or cloud MQTT APIs.

31 lines 786 B
/** * This module was automatically generated by `ts-interface-builder` */ import * as t from "ts-interface-checker"; // tslint:disable:object-literal-key-quotes export const DysonMsg = t.iface([], { "msg": "string", "time": t.opt("string"), }); export const DysonModeReason = t.enumtype({ "Unknown": "", "LocalApp": "LAPP", "LocalSchedule": "LSCH", "RemoteApp": "RAPP", "Preconditioning": "PRC", "PhysicalUserInteraction": "PUI", "None": "NONE", }); export const DysonStateReason = t.enumtype({ "Environment": "ENV", "FLT": "FLT", "Mode": "MODE", "None": "NONE", }); const exportedTypeSuite = { DysonMsg, DysonModeReason, DysonStateReason, }; export default exportedTypeSuite; //# sourceMappingURL=dyson-types-ti.js.map