homebridge-tahoma-fork
Version:
Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma
9 lines • 502 B
TypeScript
import { Characteristic } from 'homebridge';
import ElectricitySensor from '../ElectricitySensor';
export default class CumulativeElectricPowerConsumptionSensor extends ElectricitySensor {
protected consumption: Characteristic | undefined;
protected power: Characteristic | undefined;
protected registerMainService(): import("homebridge").Service;
protected onStateChanged(name: string, value: any): void;
}
//# sourceMappingURL=CumulativeElectricPowerConsumptionSensor.d.ts.map