UNPKG

phea

Version:

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

7 lines (6 loc) 343 B
import { Options } from "./phea-options"; import { HueBridge } from "./hue-bridge"; export declare function discover(): Promise<any>; export declare function register(ipAddress: string): Promise<any>; export declare function bridge(options: Options): Promise<HueBridge>; export declare function configureBridgeOptions(options: Options): void;