1. 首页
  2. 数据库
  3. 其它
  4. homee api:与homee互动的图书馆 源码

homee api:与homee互动的图书馆 源码

上传者: 2021-04-06 13:04:09上传 ZIP文件 43.69KB 热度 12次
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
用户评论