UNPKG

homebridge-tahoma

Version:

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

7 lines 283 B
import { Service } from 'homebridge'; import Mapper from '../Mapper'; export default class ConsumptionSensor extends Mapper { protected registerMainService(): Service; protected onStateChanged(name: string, value: any): void; } //# sourceMappingURL=ConsumptionSensor.d.ts.map