homebridge-tahoma
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
9 lines • 345 B
TypeScript
import { Service } from 'homebridge';
import HeatingSystem from './HeatingSystem';
export default class WaterHeatingSystem extends HeatingSystem {
protected MIN_TEMP: number;
protected MAX_TEMP: number;
protected TARGET_MODES: number[];
protected registerMainService(): Service;
}
//# sourceMappingURL=WaterHeatingSystem.d.ts.map