UNPKG

homebridge-boschcontrolpanel_bgseries

Version:
11 lines 520 B
import { PlatformAccessory } from 'homebridge'; import { HB_BoschControlPanel_BGSeries } from './platform'; export declare abstract class HKAccessory { protected readonly platform: HB_BoschControlPanel_BGSeries; protected readonly UUIDString: string; protected readonly Name: string; protected readonly Serial: string; Accessory: PlatformAccessory; constructor(platform: HB_BoschControlPanel_BGSeries, UUIDString: string, Name: string, Serial: string); } //# sourceMappingURL=HKAccessory.d.ts.map