UNPKG
hugo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Yet another node.js interface for philips hue
github.com/bkw/hugo
bkw/hugo
hugo
/
demos
/
warm.js
10 lines
(6 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
'use strict'
;
var
bridge =
require
(
'../index'
).
Bridge
(); bridge.
on
(
'ready'
,
function
(
) { bridge.
setAllActive
({
xy
: [
0.5261
,
0.4132
],
bri
:
254
}); });