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