UNPKG

homebridge-gsh

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