homee api:与homee互动的图书馆 源码
homee API包装器 与互动的图书馆 安装 npm install homee-api --save 用法 连接 const Homee = require ( 'homee-api' ) ; const homee = new Homee ( host , user , password , options ) ; homee . connect ( ) . then ( ( ) => { // } ) . catch ( ( error ) => { console . log ( error ) ; } ) ; 选项 { device : 'homeeApi' , reconnect : true , reconnectInterval : 5000 , maxRetries : Infin
文件列表
homee-api-master.zip
(预估有个13文件)
homee-api-master
homee.js
14KB
.babelrc
50B
lib
enums.js
34KB
.eslintrc.yml
192B
test
03_connection.spec.js
870B
01_creation.spec.js
3KB
02_access_token.spec.js
459B
暂无评论