Skip to content

Commit 9fa8efe

Browse files
authored
Minor fix in code snippet
1 parent 82238b7 commit 9fa8efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/industry/agriculture/troubleshoot-azure-farmbeats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ To understand how to download logs, go to the ["Collect logs manually"](#collect
8383
"sensordata": [
8484
{
8585
"timestamp": "< timestamp in ISO 8601 format >",
86-
"<sensor measure name (as defined in the Sensor Model)>":"<value>"
86+
"<sensor measure name (as defined in the Sensor Model)>":<value>
8787
},
8888
{
8989
"timestamp": "<timestamp in ISO 8601 format>",
90-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
90+
"<sensor measure name (as defined in the Sensor Model)>": <value>
9191
}
9292
]
9393
}

0 commit comments

Comments
 (0)