homebridge-loxone-proxy
Version:
Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.
14 lines • 410 B
TypeScript
import { CharacteristicValue } from 'homebridge';
import { BaseService } from './BaseService';
export declare class ContactSensor extends BaseService {
State: {
ContactSensorState: number;
};
setupService(): void;
updateService(message: {
uuid: string;
value: string;
}): void;
getOn(): Promise<CharacteristicValue>;
}
//# sourceMappingURL=ContactSensor.d.ts.map