homebridge-tahoma-fork
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/Stuard40/homebridge-tahoma
12 lines • 659 B
TypeScript
import { Command } from 'overkiz-client';
import WaterHeatingSystem from '../WaterHeatingSystem';
export default class AtlanticPassAPCDHW extends WaterHeatingSystem {
protected THERMOSTAT_CHARACTERISTICS: string[];
protected registerServices(): import("hap-nodejs").Service[];
protected getTargetStateCommands(value: any): Command | Array<Command>;
protected getTargetTemperatureCommands(value: any): Command | Array<Command>;
protected getOnCommands(value: any): Command | Array<Command>;
protected onStateChanged(name: string, value: any): void;
protected computeStates(): void;
}
//# sourceMappingURL=AtlanticPassAPCDHW.d.ts.map