jadjoubran / webdash-hue

Webdash plugin for philips hue lights

Home Page:https://webdash.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdash hue

Control your Philips hue lights straight from your dashboard

npm install --save-dev webdash-hue

Webdash hue preview

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

{
  "name": "Warm",
  "on": true,
  "brightness": 70,
  "colorMode": "ct",
  "colorTemp": 500
}

About

Webdash plugin for philips hue lights

https://webdash.xyz


Languages

Language:HTML 79.5%Language:JavaScript 20.5%