UNPKG

homebridge-hivehome-control

Version:

Allows control of Hive devices, including water heaters, through Homebridge.

7 lines 507 B
import { PlatformConfig } from 'homebridge'; import { HeatingMode } from './hive-api'; export declare function translateModeForRequest(mode: HeatingMode): HeatingMode.kOff | HeatingMode.kManual | HeatingMode.kSchedule; export declare function startHiveSession(config: PlatformConfig): Promise<any>; export declare function updateHiveData(hiveSession: any, hiveDevice: any): Promise<any>; export declare function getHiveDeviceList(hiveSession: any): Promise<any[]>; //# sourceMappingURL=hive-helpers.d.ts.map