nodejs-openthermGateway:Nodejs模块与OpenThermGateway(OTGW)进行通信

时间:2024-06-16 09:03:28
【文件属性】:

文件名称:nodejs-openthermGateway:Nodejs模块与OpenThermGateway(OTGW)进行通信

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-16 09:03:28

JavaScript

这是一个能够连接到Opentherm网关的NodeJS模块。 使用方法:请参阅openthermgw_example.js 安装 npm install @1st-setup/openthermgateway 用法: 监听来自OTGW的流量: const openthermGatway = require ( '@1st-setup/openthermgateway' ) ; var myOTGW = new openthermGatway ( "/dev/ttyUSB0" , null , { debug : true } ) ; myOTGW . on ( "error" , ( err ) => { console . error ( err . toString ( ) ) ; } ) ; myOTGW . on ( "exception" , ( err ) =>


【文件预览】:
nodejs-openthermGateway-master
----.gitignore(30B)
----package.json(732B)
----openthermgateway.js(42KB)
----readme.md(5KB)
----openthermgw_example.js(901B)
----.npmignore(30B)

网友评论