node-red-contrib-ot-to-status
Version:
To display set key from msg in status of node
25 lines • 691 B
JSON
{
"name": "node-red-contrib-ot-to-status",
"version": "0.0.5",
"description": "To display set key from msg in status of node",
"keywords": [
"oiyshTerminal",
"node-red",
"ot-sf2n"
],
"license": "GPL-3.0",
"author": "Bartlomiej Ceglik <yoyoek@wp.pl>",
"engines": {
"node": ">=10.19.0"
},
"node-red": {
"version": ">=2.1.4",
"nodes": {
"ot-to-status": "index.js"
}
},
"homepage": "https://github.com/yOyOeK1/oiyshTerminal/tree/main/OTNPM/ot-sf2n-builds/ot-to-status",
"bugs": {
"url": "https://github.com/yOyOeK1/oiyshTerminal/issues?q=label%3Aot-to-status"
}
}