node-red-contrib-symi
Version:
Node-RED nodes for smart home device communication with Home Assistant integration, supporting HassKit, Clowire, Alive, LF and complete Symi protocols
60 lines (59 loc) • 1.35 kB
JSON
{
"name": "node-red-contrib-symi",
"version": "2.2.0",
"description": "Node-RED nodes for smart home device communication with Home Assistant integration, supporting HassKit, Clowire, Alive, LF and complete Symi protocols",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"home-assistant",
"hasskit",
"clowire",
"alive",
"lf",
"symi",
"panel",
"industrial",
"tcp",
"serial",
"rs485",
"rs232",
"climate",
"switch",
"automation",
"smart-home",
"iot",
"modbus",
"protocol"
],
"node-red": {
"nodes": {
"app": "app.js"
}
},
"dependencies": {
"@serialport/parser-readline": "^12.0.0",
"async-lock": "^1.4.0",
"serialport": "^12.0.0",
"ws": "^8.14.2"
},
"peerDependencies": {
"node-red": ">=3.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"author": "Symi Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/symi-daguo/node-red-contrib-symi.git"
},
"bugs": {
"url": "https://github.com/symi-daguo/node-red-contrib-symi/issues"
},
"homepage": "https://github.com/symi-daguo/node-red-contrib-symi#readme",
"private": false
}