UNPKG

homebridge-gsh

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