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.

25 lines 1.21 kB
/** * This module was automatically generated by `ts-interface-builder` */ import * as t from "ts-interface-checker"; export declare const Dyson360MsgDeviceCredentials: t.TIface; export declare const Dyson360MsgConnectionStatus: t.TIface; export declare const Dyson360MsgHello: t.TIface; export declare const Dyson360MsgGoodbye: t.TIface; export declare const Dyson360MsgGoneAway: t.TIface; export declare const Dyson360MsgImBack: t.TIface; export declare const Dyson360MsgCurrentState: t.TIface; export declare const Dyson360MsgStateChange: t.TIface; export declare const Dyson360MsgMapData: t.TIface; export declare const Dyson360MsgMapGlobal: t.TIface; export declare const Dyson360MsgMapGrid: t.TIface; export declare const Dyson360MsgTelemetryData: t.TIface; export declare const Dyson360MsgRequestCurrentState: t.TIface; export declare const Dyson360MsgStateSet: t.TIface; export declare const Dyson360MsgStart: t.TIface; export declare const Dyson360MsgPause: t.TIface; export declare const Dyson360MsgResume: t.TIface; export declare const Dyson360MsgAbort: t.TIface; declare const exportedTypeSuite: t.ITypeSuite; export default exportedTypeSuite; //# sourceMappingURL=dyson-360-msg-types-ti.d.ts.map