homebridge-boschcontrolpanel_bgseries
Version:
Homebridge plugin for Bosch Control Panel.
14 lines • 624 B
TypeScript
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