UNPKG

philips-hue-light-api

Version:

An API client for the Philips Hue API.

17 lines 642 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; result["default"] = mod; return result; }; Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./Bridge")); __export(require("./Lightbulb")); __export(require("./Lightgroup")); exports.HueTypes = __importStar(require("./types")); //# sourceMappingURL=index.js.map