https://github.com/fdesjardins/hue-extras
Philips Hue Utilities
https://github.com/fdesjardins/hue-extras
effects extras hue iot philips-hue
Last synced: 10 months ago
JSON representation
Philips Hue Utilities
- Host: GitHub
- URL: https://github.com/fdesjardins/hue-extras
- Owner: fdesjardins
- License: mit
- Created: 2017-06-28T07:46:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T08:26:08.000Z (almost 9 years ago)
- Last Synced: 2025-08-09T08:20:39.279Z (11 months ago)
- Topics: effects, extras, hue, iot, philips-hue
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hue-extras
[![Build Status][travis-image]][travis-url]
[![Coverage][coveralls-image]][coveralls-url]
Philips Hue Utilities
## Installation
```
npm install --save hue-extras
```
For global CLI utils:
```
npm install -g hue-extras
```
## Usage
Create a config.js with your hue credentials filled in.
### Commands
#### `fire`
Set lamp 5 on fire with trimethyl borate (green flames):
```
hue fire -l 5 -f trimethylBorate
```
#### `brightness`
Increase the brightness of all lamps:
```
hue brightness -d u -a
```
#### `redshift`
Decrease temperature (Kelvin) of all lamps:
```
hue redshift -d d -a
```
## License
MIT © [Forrest Desjardins](https://github.com/fdesjardins)
[travis-url]: https://travis-ci.org/fdesjardins/hue-extras
[travis-image]: https://img.shields.io/travis/fdesjardins/hue-extras.svg?style=flat
[coveralls-url]: https://coveralls.io/r/fdesjardins/hue-extras
[coveralls-image]: https://img.shields.io/coveralls/fdesjardins/hue-extras.svg?style=flat