Skip to content

Commit

Permalink
Merge pull request #5 from rmtucker/master
Browse files Browse the repository at this point in the history
Update _C007.ino
  • Loading branch information
martinusGH committed Oct 12, 2015
2 parents c3a519a + 21d5a84 commit 40337b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _C007.ino
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ boolean CPlugin_007(byte function, struct EventStruct *event)
if (connectionFailures)
connectionFailures--;

String postDataStr = F("GET /emoncms/input/post.json?json=");
String postDataStr = F("GET /emoncms/input/post.json?node=");

postDataStr += Settings.Unit;
postDataStr += F("&json=");

switch (event->sensorType)
{
Expand Down

0 comments on commit 40337b9

Please sign in to comment.