Skip to content

Commit afecc8d

Browse files
authored
Merge pull request #107789 from sunasing/patch-21
Minor fix - removed incorrect quotes
2 parents 5012523 + 361d5a0 commit afecc8d

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
@@ -60,11 +60,11 @@ To understand how to download logs, go to the ["Collect logs manually"](#collect
6060
"sensordata": [
6161
{
6262
"timestamp": "< timestamp in ISO 8601 format >",
63-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
63+
"<sensor measure name (as defined in the Sensor Model)>": <value>
6464
},
6565
{
6666
"timestamp": "<timestamp in ISO 8601 format>",
67-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
67+
"<sensor measure name (as defined in the Sensor Model)>": <value>
6868
}
6969
]
7070
}

0 commit comments

Comments
 (0)