homebridge-deconz-converter
Version:
Homebridge plugin for converting Deconz roller shutters interpreted as light into Homekit Window Covering type.
13 lines • 363 B
TypeScript
import { PlatformConfig } from 'homebridge';
export declare type RollerShutterConfig = {
name: string;
uniqueId: string;
};
export declare type DeconzConverterConfig = PlatformConfig & {
host: string;
useHTTPS: boolean;
apiKey: string;
port: string;
rollerShutters: RollerShutterConfig[];
};
//# sourceMappingURL=platformTypes.d.ts.map