https://github.com/sinedied/hue-cli
:bulb: Simple command line interface for Philips Hue
https://github.com/sinedied/hue-cli
bridge cli hue iot nodejs philips scene
Last synced: 7 months ago
JSON representation
:bulb: Simple command line interface for Philips Hue
- Host: GitHub
- URL: https://github.com/sinedied/hue-cli
- Owner: sinedied
- License: mit
- Created: 2017-02-05T14:12:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T10:51:46.000Z (almost 7 years ago)
- Last Synced: 2025-03-09T14:01:46.278Z (7 months ago)
- Topics: bridge, cli, hue, iot, nodejs, philips, scene
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# :bulb: hue-cli
[](https://www.npmjs.com/package/@sinedied/hue-cli)

[](LICENSE)> Simple command line interface for Philips Hue.
## Installation
```bash
npm install -g @sinedied/hue-cli
```### Usage
```
Usage: hue [setup|scene|on|off]Commands:
setup Configure hue bridge or show current config
-l, --list List bridges on the network
-i, --ip Set bridge ip (use first bridge if not specified)
--force Force setup if already configured
s, scene Activate scene starting with
-l, --list List scenes, using as optional filter
-m, --max Show at most scenes when listing (10 by default)
-c, --create Create scene using current lights state
i, on Switch all lights on
o, off Switch all lights off
```