homee-api:与homee互动的图书馆

时间:2024-04-09 22:11:45
【文件属性】:

文件名称:homee-api:与homee互动的图书馆

文件大小:44KB

文件格式:ZIP

更新时间:2024-04-09 22:11:45

smarthome api-client homee JavaScript

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
----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)
--------MockHttpServer.js(353B)
----README.md(2KB)
----.gitignore(39B)
----CHANGELOG.md(359B)
----package-lock.json(110KB)
----package.json(1KB)

网友评论