UNPKG

homebridge-smartthings-ac

Version:

Control your Samsung SmartThings AC using Homebridge.

21 lines 871 B
import { API, DynamicPlatformPlugin, Logger, PlatformAccessory, PlatformConfig, Service, Characteristic } from 'homebridge'; export declare class SmartThingsPlatform implements DynamicPlatformPlugin { readonly log: Logger; readonly config: PlatformConfig; readonly api: API; readonly Service: typeof Service; readonly Characteristic: typeof Characteristic; private readonly accessories; private readonly client; constructor(log: Logger, config: PlatformConfig, api: API); private handleDevices; private getMissingCapabilities; private handleSupportedDevice; private getCapabilities; private handleExistingDevice; private handleNewDevice; private createPlatformAccessory; private createSmartThingsAccessory; configureAccessory(accessory: PlatformAccessory): void; } //# sourceMappingURL=platform.d.ts.map