homebridge-freeathome-local-api
Version:
Control your free@home setup using the local API provided by your System Access Point
12 lines • 348 B
TypeScript
export interface TypeMapping {
channel: string;
type: keyof typeof AccessoryType;
}
/** The enumeration defining the supported accessory types */
export declare enum AccessoryType {
/** The undefined type. This is the default value. */
Undefined = 0,
/** An outlet */
Outlet = 1
}
//# sourceMappingURL=typeMappings.d.ts.map