UNPKG

homebridge-boschcontrolpanel_bgseries

Version:
14 lines 624 B
import { PlatformAccessory } from 'homebridge'; import { HB_BoschControlPanel_BGSeries } from './platform'; import { BGController } from './BGController'; export declare class HKAlarmSensor { private readonly platform; private readonly accessory; private readonly Panel; private readonly MonitoringArea; private readonly MonitoringEvent; private service; constructor(platform: HB_BoschControlPanel_BGSeries, accessory: PlatformAccessory, Panel: BGController, MonitoringArea: number, MonitoringEvent: string); UpdateStatus(Trigger: boolean): void; } //# sourceMappingURL=HKAlarmSensor.d.ts.map