From 9808e8a3a6c01828e854240409be4efe969c3c89 Mon Sep 17 00:00:00 2001 From: henols Date: Thu, 3 Apr 2014 09:42:49 +0200 Subject: [PATCH] Automatic detection of csv and json call and simplified help text --- io/emoncms/88-emoncms.html | 21 +++------------------ io/emoncms/88-emoncms.js | 8 +++----- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/io/emoncms/88-emoncms.html b/io/emoncms/88-emoncms.html index de9234d5..22cd2e27 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. -