# @peter-murray/hue-bridge-model

> Philips Hue Bridge Model

Latest version **2.1.1** (published 2022-12-12) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @peter-murray/hue-bridge-model
pnpm add @peter-murray/hue-bridge-model
yarn add @peter-murray/hue-bridge-model
bun add @peter-murray/hue-bridge-model
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2022-12-12 |
| First published | 2020-11-05 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >= 10.0.0 |
| Dependencies | 0 |
| Unpacked size | 775.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Peter Murray |
| Maintainers | peter-murray |
| Keywords | philips, hue, api, living, color, colour, automation, light, lighting, bridge |

## Links

- npm: https://www.npmjs.com/package/@peter-murray/hue-bridge-model
- Repository: https://github.com/peter-murray/hue-bridge-model
- Homepage: https://github.com/peter-murray/hue-bridge-model#readme
- Issues: https://github.com/peter-murray/hue-bridge-model/issues
- npm.io page: https://npm.io/package/@peter-murray/hue-bridge-model

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 2.1.1 (latest) — 2022-12-12
- 2.1.0 — 2022-12-12
- 2.0.4 — 2022-01-24
- 2.0.3 — 2021-09-13
- 2.0.1 — 2021-02-20
- 2.0.0 — 2021-02-19
- 1.0.1 — 2020-12-19
- 1.0.0 — 2020-11-05
- 0.0.4 — 2020-11-05
- 0.0.3 — 2020-11-05
- 0.0.2 — 2020-11-05
- 0.0.1 — 2020-11-05

## 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](https://github.com/peter-murray/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.

---
_Source: https://npm.io/package/@peter-murray/hue-bridge-model · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
