1. 首页
  2. 数据库
  3. 其它
  4. esphome ts:Esphome本机API接口的TypeScript客户端 源码

esphome ts:Esphome本机API接口的TypeScript客户端 源码

上传者: 2021-05-22 07:33:04上传 ZIP文件 377.15KB 热度 28次
esphome-ts 这是与一起使用的客户端库。 使用范例 import { EspDevice , SwitchComponent } from 'esphome-ts/dist' ; import { filter , tap } from 'rxjs/operators' ; const device = new EspDevice ( 'my_esp.local' ) ; device . discovery$ . pipe ( filter ( ( value ) => value ) , tap ( ( ) => { const sw = device . components [ 'test_switch' ] as SwitchComponent ; sw . state$ . sub
用户评论