UNPKG

homebridge-logo-platform

Version:
30 lines 946 B
import { AccessoryPlugin, API, Service, CharacteristicValue } from 'homebridge'; export declare class OutletPlatformAccessory implements AccessoryPlugin { private model; private api; private service; private information; private fakegatoService; private subs; services: Service[]; private platform; private device; private pushButton; private logging; private inUseIsSet; private updateOnQueued; private updateInUseQueued; private accStates; name: string; isParentAccessory: boolean; constructor(api: API, platform: any, device: any, parent?: any); errorCheck(): void; getServices(): Service[]; setOn(value: CharacteristicValue): Promise<void>; getOn(): Promise<CharacteristicValue>; getInUse(): Promise<CharacteristicValue>; updateOn(): void; updateInUse(): void; logAccessory(): void; } //# sourceMappingURL=outletPlatformAccessory.d.ts.map