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.12 kB
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const ProvisioningMethod: t.TUnion;
export declare const DysonAccountBase: t.TIface;
export declare const DysonAccountLogin: t.TIface;
export declare const DysonAccountToken: t.TIface;
export declare const DysonAccount: t.TUnion;
export declare const DeviceConfigNetwork: t.TIface;
export declare const DeviceConfigLocalAccount: t.TIface;
export declare const DeviceConfigLocalWiFi: t.TIface;
export declare const DeviceConfigLocalMqtt: t.TIface;
export declare const EntityName: t.TUnion;
export declare const DebugFeatures: t.TUnion;
export declare const ConfigBase: t.TIface;
export declare const ConfigAccount: t.TIface;
export declare const ConfigRemoteAccount: t.TIface;
export declare const ConfigLocalAccount: t.TIface;
export declare const ConfigLocalWiFi: t.TIface;
export declare const ConfigLocalMqtt: t.TIface;
export declare const Config: t.TUnion;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;
//# sourceMappingURL=config-types-ti.d.ts.map