UNPKG

node-red-contrib-qnap-timeseries

Version:
28 lines (26 loc) 689 B
{ "mongodb": { "label": { "host": "Host", "port": "Port", "database": "Database", "username": "Username", "password": "Password", "server": "Server", "collection": "Collection", "deviceid": "Device ID", "sensorid": "Sensor ID", "resolution": "Resolution", "interval": "Interval", "range": "Range" }, "operation": { }, "tip": "<b> Tip:</b> Ensure <code>msg.payload.deviceId</code> <code>msg.payload.sensorId</code> <code>msg.payload.value</code> in msg.payload object", "errors": { "nodbconfig":"oo database configuration found", "nocollection": "illegal message payload format", "diffcollection": "device id was changed" } } }