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.
29 lines • 1.5 kB
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const DysonSupportedMarketResponse: t.TArray;
export declare const DysonAppPlatform: t.TEnumType;
export declare const DysonVersionResponse: t.TName;
export declare const DysonEmailUserStatusRequest: t.TIface;
export declare const DysonAccountStatus: t.TEnumType;
export declare const DysonEmailUserStatusResponse: t.TIface;
export declare const DysonEmailAuthRequest: t.TIface;
export declare const DysonEmailAuthResponse: t.TIface;
export declare const DysonEmailVerifyRequest: t.TIface;
export declare const DysonEmailVerifyResponse: t.TIface;
export declare const DysonManifestCategory: t.TEnumType;
export declare const DysonManifestCapability: t.TEnumType;
export declare const DysonManifestFirmware: t.TIface;
export declare const DysonManifestMQTT: t.TIface;
export declare const DysonManifestConnectedConfiguration: t.TIface;
export declare const DysonManifestConnectionCategory: t.TEnumType;
export declare const DysonManifestDevice: t.TIface;
export declare const DysonManifestResponse: t.TArray;
export declare const DysonLocalBrokerCredentials: t.TIface;
export declare const DysonIoTCredentialsRequest: t.TIface;
export declare const DysonIoTCredentials: t.TIface;
export declare const DysonIoTCredentialsResponse: t.TIface;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;
//# sourceMappingURL=dyson-cloud-types-ti.d.ts.map