UNPKG

homebridge-tahoma

Version:

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

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