UNPKG

homebridge-tahoma

Version:

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

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