JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 470
  • Score
    100M100P100Q119244F
  • License Apache-2.0

Philips Hue Bridge Model

Package Exports

  • @peter-murray/hue-bridge-model
  • @peter-murray/hue-bridge-model/dist/cjs/index.js
  • @peter-murray/hue-bridge-model/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@peter-murray/hue-bridge-model) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hue-bridge-model

This is a JavaScript/Node.js module that provides the base level model and data objects that are used to provide wrappers around the Hue Bridge objects from the Hue REST API.

This module is primarily used to provide the data objects for the node-hue-api.

TypeScript

The code base was converted to TypeScript upon extraction from the node-hue-api library so that it is easier to maintain the Type definitions and the actual JavaScript code.

This library is complied in to Node.js and ESM supported versions for consumption.