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