2.1.3 • Published 5 months ago
hubot-hue-meeting v2.1.3
Hubot Hue Meeting
Control your Hue lights to let people know you're on a call.
See src/hue-meeting.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-hue-meeting --save
Then add hubot-hue-meeting to your external-scripts.json
:
[
"hubot-hue-meeting"
]
Configuration
For instructions on obtaining the PHILIPS_HUE_HASH
, see the Developer Documentation. The default colors are orange for meeting mode, white for free mode.
Environment Variable | Required? | Description |
---|---|---|
PHILIPS_HUE_HASH | Yes | The token for your bridge user |
PHILIPS_HUE_IP | Yes | The IP or hostname of your Hue bridge |
PHILIPS_HUE_MEETING_BRI | No | Meeting mode brightness; Default: 255 |
PHILIPS_HUE_MEETING_HUE | No | Meeting mode color hue; Default: 6144 |
PHILIPS_HUE_MEETING_SAT | No | Meeting mode color saturation; Default: 255 |
PHILIPS_HUE_GUEST_BRI | No | Guest mode brightness; Default: 254 |
PHILIPS_HUE_GUEST_HUE | No | Guest mode color hue; Default: 47125 |
PHILIPS_HUE_GUEST_SAT | No | Guest mode color saturation; Default: 254 |
PHILIPS_HUE_FREE_BRI | No | Free mode brightness; Default: 255 |
PHILIPS_HUE_FREE_HUE | No | Free mode color hue; Default: 0 |
PHILIPS_HUE_FREE_SAT | No | Free mode color saturation; Default: 0 |
Sample Interaction
user> hubot meeting
hubot> Setting lights to meeting mode ...
user> hubot guest
hubot> Setting lights back to guest mode ...
hubot> Done!
user> hubot free
hubot> Setting lights back to free ...
hubot> Done!
user> hubot disco on
hubot> :tada: Party mode activated! :tada:
user> hubot disco off
hubot> Getting back to work now.
2.1.3
5 months ago
2.1.2
10 months ago
2.1.1
1 year ago
2.1.0
2 years ago
2.0.6
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
6 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago