UNPKG

phea

Version:

An unoffcial Phillips Hue Entertainment API library for Node.js.

11 lines (10 loc) 442 B
export declare namespace HueHttp { function discoverBridge(): Promise<any[]>; function registration(ipAddress: string): Promise<{ 'ip': string; 'username': any; 'psk': any; }>; function getGroup(address: string, username: string, groupId: string | number): Promise<any>; function setEntertainmentMode(state: boolean | undefined, address: string, username: string, group?: string): Promise<void>; }