https://github.com/jadjoubran/webdash-hue
Webdash plugin for philips hue lights
https://github.com/jadjoubran/webdash-hue
hue node philips-hue webdash webdash-plugin
Last synced: 7 months ago
JSON representation
Webdash plugin for philips hue lights
- Host: GitHub
- URL: https://github.com/jadjoubran/webdash-hue
- Owner: jadjoubran
- Created: 2018-07-09T08:05:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T16:26:23.000Z (over 7 years ago)
- Last Synced: 2025-02-02T01:11:54.109Z (9 months ago)
- Topics: hue, node, philips-hue, webdash, webdash-plugin
- Language: HTML
- Homepage: https://webdash.xyz
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdash hue
Control your Philips hue lights straight from your dashboard
```bash
npm install --save-dev webdash-hue
```
## Features
- Switch lights on/off
- Set lights' brightness
- Enable custom presets with different settings## Configuration
You can add as many presets as you want. Here's the format for a sample present that uses `ct` (colorTemp) as a colorMode
```json
{
"name": "Warm",
"on": true,
"brightness": 70,
"colorMode": "ct",
"colorTemp": 500
}
```