diff --git a/io/emoncms/88-emoncms.html b/io/emoncms/88-emoncms.html index 5551d1d0..853a56e3 100644 --- a/io/emoncms/88-emoncms.html +++ b/io/emoncms/88-emoncms.html @@ -20,8 +20,8 @@
- - + +
@@ -34,8 +34,9 @@

The msg.payload can contain either a comma separated list of name value pairs e.g.

name:value,...
or a comma separated list of values e.g.
1,2,...
or a simple javascript object e.g.
msg.payload = {temp:12}
-

If Node is left blank msg.nodegroup will used.

-

Insertion time can be manipulated by setting msg.time.

+

If Nodegroup is left blank msg.nodegroup will used.

+

Insertion time can be manipulated by setting msg.time. + This must be in epoch format - seconds since 1970.