homebridge-homeconnect
Version:
A Homebridge plugin that connects Home Connect appliances to Apple HomeKit
65 lines • 2.97 kB
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const Value: t.TUnion;
export declare const Constraints: t.TUnion;
export declare const ConstraintsString: t.TIface;
export declare const ConstraintsNumber: t.TIface;
export declare const ConstraintsBoolean: t.TIface;
export declare const ConstraintsCommon: t.TIface;
export declare const Access: t.TUnion;
export declare const ExecuteCommandWrapper: t.TIface;
export declare const ExecuteCommand: t.TIface;
export declare const CommandsWrapper: t.TIface;
export declare const Command: t.TIface;
export declare const Event: t.TUnion;
export declare const EventKeepAlive: t.TIface;
export declare const EventApplianceConnection: t.TIface;
export declare const EventApplianceData: t.TIface;
export declare const EventData: t.TIface;
export declare const EventLevel: t.TUnion;
export declare const EventHandling: t.TUnion;
export declare const HomeAppliancesWrapper: t.TIface;
export declare const HomeApplianceWrapper: t.TIface;
export declare const HomeAppliance: t.TIface;
export declare const ImagesWrapper: t.TIface;
export declare const Image: t.TIface;
export declare const ImageQuality: t.TUnion;
export declare const ProgramsWrapper: t.TIface;
export declare const Programs: t.TIface;
export declare const ProgramList: t.TIface;
export declare const ProgramConstraints: t.TIface;
export declare const ProgramExecution: t.TUnion;
export declare const ProgramWrapper: t.TIface;
export declare const Program: t.TIface;
export declare const ProgramPartial: t.TIface;
export declare const ProgramDefinitionWrapper: t.TIface;
export declare const ProgramDefinition: t.TIface;
export declare const OptionDefinition: t.TUnion;
export declare const OptionDefinitionString: t.TIface;
export declare const OptionDefinitionNumber: t.TIface;
export declare const OptionDefinitionBoolean: t.TIface;
export declare const OptionDefinitionCommon: t.TIface;
export declare const OptionConstraintsCommon: t.TIface;
export declare const OptionsWrapper: t.TIface;
export declare const OptionWrapper: t.TIface;
export declare const Option: t.TIface;
export declare const SettingsWrapper: t.TIface;
export declare const SettingWrapper: t.TIface;
export declare const Setting: t.TUnion;
export declare const SettingString: t.TIface;
export declare const SettingNumber: t.TIface;
export declare const SettingBoolean: t.TIface;
export declare const SettingCommon: t.TIface;
export declare const StatusesWrapper: t.TIface;
export declare const StatusWrapper: t.TIface;
export declare const Status: t.TUnion;
export declare const StatusString: t.TIface;
export declare const StatusNumber: t.TIface;
export declare const StatusBoolean: t.TIface;
export declare const StatusCommon: t.TIface;
export declare const ErrorResponse: t.TIface;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;
//# sourceMappingURL=api-types-ti.d.ts.map