homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
10 lines • 546 B
TypeScript
import { Command } from 'overkiz-client';
import HeatingSystem from '../HeatingSystem';
export default class ValveHeatingTemperatureInterface extends HeatingSystem {
protected TARGET_MODES: number[];
protected getTargetStateCommands(value: any): Command | Array<Command> | undefined;
protected getTargetTemperatureCommands(value: any): Command | Array<Command> | undefined;
protected onStateChanged(name: any, value: any): void;
protected computeStates(): void;
}
//# sourceMappingURL=ValveHeatingTemperatureInterface.d.ts.map