UNPKG

homebridge-gsh

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