文件名称:node-hue:与 Philips Hue API 通信的模块
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-20 23:35:55
JavaScript
节点色调
与 Philips Hue API 通信的模块
安装
npm install --save node-hue
发现桥梁
自动发现桥
这将搜索桥,并使用搜索遇到的第一个有效桥
var hue = new Hue ( < UserName> );
手动分配网桥
var hue = new Hue(
【文件预览】:
node-hue-master
----.gitignore(526B)
----package.json(953B)
----Makefile(0B)
----LICENSE(1KB)
----examples()
--------discover.js(251B)
--------hue.js(588B)
----README.md(2KB)
----lib()
--------bridge.js(2KB)
--------socket.js(3KB)
--------discover.js(6KB)
--------index.js(97B)
--------utils.js(2KB)
--------api.js(336B)
--------hue.js(4KB)
--------debugger.js(326B)
--------lights.js(1KB)
----test()
--------support()
--------index.js(1KB)
--------mocha.opts(61B)