UNPKG

homebridge-gsh

Version:
12 lines (11 loc) 529 B
import { ServiceType } from '@homebridge/hap-client'; import { SmartHomeV1ExecuteRequestCommands, SmartHomeV1ExecuteResponseCommands } from 'actions-on-google'; import { ghToHap, ghToHap_t } from './ghToHapTypes'; export declare class Fan extends ghToHap implements ghToHap_t { sync(service: ServiceType): any; query(service: ServiceType): { on: boolean; online: boolean; }; execute(service: ServiceType, command: SmartHomeV1ExecuteRequestCommands): Promise<SmartHomeV1ExecuteResponseCommands>; }