An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# webdash hue

Control your Philips hue lights straight from your dashboard

```bash
npm install --save-dev webdash-hue
```

![Webdash hue preview](https://i.imgur.com/yNBDyW2.png)

## 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
}
```