node-red-contrib-osisoft-omf
Version:
Helps create node-red omf messages for OCS or connector relay
28 lines (27 loc) • 539 B
JSON
{
"name": "osisoft-omf-container-bridge",
"version": "0.0.1",
"description": "Creates OMF container",
"main": "OMFContainerBridge.js",
"dependencies": {
"mustache": "2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Derek Endres",
"license": "Apache-2.0",
"keywords": [
"node-red",
"OSIsoft",
"OSI",
"PI",
"OCS",
"OMF"
],
"node-red": {
"nodes": {
"osisoft-omf-container-bridge": "OMFContainerBridge.js"
}
}
}