文件名称:yeelight-wifi
文件大小:1.21MB
文件格式:ZIP
更新时间:2024-05-30 14:04:21
JavaScript
yeelight-wifi 文档位于。 使用npm: $ npm i --save yeelight-wifi 在Node.js中: const YeelightSearch = require ( 'yeelight-wifi' ) ; const yeelightSearch = new YeelightSearch ( ) ; yeelightSearch . on ( 'found' , ( lightBulb ) => { lightBulb . toggle ( ) . then ( ( ) => { console . log ( 'toggled' ) ; } ) . catch ( ( err ) => { console . log ( `received some error: ${ err } ` ) ;
【文件预览】:
yeelight-wifi-master
----.gitignore(6KB)
----README.md(887B)
----test()
--------Yeelight.js(12KB)
--------utils.js(538B)
----docs()
--------index.html(67KB)
--------assets()
----examples()
--------toggle.js(379B)
----LICENSE(1KB)
----.eslintrc(268B)
----package.json(2KB)
----src()
--------Yeelight.js(17KB)
--------index.js(2KB)
--------utils.js(466B)
----.babelrc(28B)
----yarn.lock(170KB)
----circle.yml(456B)