UNPKG

homebridge-tahoma

Version:

Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma

9 lines 460 B
import { Characteristic, Service } from 'homebridge'; import ExteriorHeatingSystem from '../ExteriorHeatingSystem'; export default class DimmerExteriorHeating extends ExteriorHeatingSystem { protected level: Characteristic | undefined; protected registerMainService(): Service; protected setBrightness(value: any): Promise<void>; protected onStateChanged(name: string, value: any): boolean; } //# sourceMappingURL=DimmerExteriorHeating.d.ts.map