UNPKG

homebridge-tahoma

Version:

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

11 lines 498 B
import { Characteristic } from 'homebridge'; import Mapper from '../Mapper'; export default class SmokeSensor extends Mapper { protected smoke: Characteristic | undefined; protected active: Characteristic | undefined; protected fault: Characteristic | undefined; protected battery: Characteristic | undefined; protected registerMainService(): import("homebridge").Service; protected onStateChanged(name: string, value: any): void; } //# sourceMappingURL=SmokeSensor.d.ts.map