diff --git a/io/emoncms/88-emoncms.html b/io/emoncms/88-emoncms.html index de9234d59..22cd2e270 100644 --- a/io/emoncms/88-emoncms.html +++ b/io/emoncms/88-emoncms.html @@ -19,10 +19,6 @@ -
- - -
@@ -31,22 +27,13 @@
-
If msg.payload holds comma separated values (csv), Key and msg.topic is ignored and the key will - be automatically generated by Emoncms. If msg.payload holds a single value and Key and msg.topic is not specified, msg.payload - will be treated as a csv otherwise it will be treated as a json payload and the key value can be manually or programmatically set.

- Key is not mandatory, if Key is left blank msg.topic will used. Key overrides msg.topic, it will be ignored if msg.payload is holding csv

- Node (numeric) is not mandatory, if Node is left blank msg.nodegrpup will used. Node over rides msg.nodegroup. -