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.

21 lines 1.09 kB
/** * This module was automatically generated by `ts-interface-builder` */ import * as t from "ts-interface-checker"; export declare const DysonAirMsgHello: t.TIface; export declare const DysonAirMsgGoneAway: t.TIface; export declare const DysonAirMsgGoodbye: t.TIface; export declare const DysonAirMsgCurrentState: t.TIface; export declare const DysonAirMsgStateChange: t.TIface; export declare const DysonAirMsgEnvironmentalCurrentSensorData: t.TIface; export declare const DysonAirMsgEnvironmentalAndUsageData: t.TIface; export declare const DysonAirMsgCurrentFaults: t.TIface; export declare const DysonAirMsgFaultsChange: t.TIface; export declare const DysonAirMsgRequestCurrentFaults: t.TIface; export declare const DysonAirMsgRequestCurrentState: t.TIface; export declare const DysonAirMsgRequestProductEnvironmentCurrentSensorData: t.TIface; export declare const DysonAirMsgStateSet: t.TIface; export declare const DysonAirMsgScheduleSet: t.TIface; declare const exportedTypeSuite: t.ITypeSuite; export default exportedTypeSuite; //# sourceMappingURL=dyson-air-msg-types-ti.d.ts.map