UNPKG

homebridge-touchwand-google

Version:
31 lines (30 loc) 838 B
import { HapService, AccessoryTypeExecuteResponse } from '../interfaces'; export declare class Fan { sync(service: HapService): { id: string; type: string; traits: string[]; name: { defaultNames: any[]; name: string; nicknames: any[]; }; willReportState: boolean; deviceInfo: { manufacturer: any; model: any; }; customData: { aid: number; iid: number; instanceUsername: string; instanceIpAddress: string; instancePort: number; }; }; query(service: HapService): { on: boolean; online: boolean; }; execute(service: HapService, command: any): AccessoryTypeExecuteResponse; }