Skip to content

Commit

Permalink
Merge pull request #10 from aws/grafana_demo_updates
Browse files Browse the repository at this point in the history
Tweaks to the data report
  • Loading branch information
n9wxu authored Apr 4, 2022
2 parents 4d1ae6d + 27ae375 commit 3ff60d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/Arduino/grafana_demo/grafana_demo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ void loop()

JSONVar dataReport;

dataReport["room"] = "office";
dataReport["owner"] = "joe";
dataReport["room"] = "Tucson office";
dataReport["device_id"] = thingname;
dataReport["temperature"] = temperature;
dataReport["voc"] = sensor1.TVOC;
Expand Down

0 comments on commit 3ff60d9

Please sign in to comment.