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
/
on.js
7 lines
(5 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
'use strict'
;
require
(
'../index'
).
Bridge
().
on
(
'ready'
,
function
(
bridge
) { bridge.
setAll
({
on
:
true
}); });