diff --git a/influxdb.html b/influxdb.html old mode 100644 new mode 100755 index 6c31d94..1b8a503 --- a/influxdb.html +++ b/influxdb.html @@ -5,6 +5,13 @@ +
If msg.payload is an object containing multiple properties, the fields will be written to the measurement.
If msg.payload is an array containing two objects, the first object will be written as the set of named fields, the second is the set of named tags.
Finally, if msg.payload is an array of arrays, it will be written as a series of points containing fields and tags.
+If the measurement field is not set in the node configuration, the user can send in data with a specified measurement name in msg.measurement to overwrite the measurement field in the configuration of the node.