UNPKG

homebridge-touchwand-google

Version:
29 lines (28 loc) 817 B
import { HapService, AccessoryTypeExecuteResponse } from '../interfaces'; export declare class Lightbulb { sync(service: HapService): { id: string; type: string; traits: string[]; attributes: any; 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): any; execute(service: HapService, command: any): AccessoryTypeExecuteResponse; }