Skip to content

Commit fd35f6c

Browse files
authored
Minor fix - removed quotes
1 parent 51d087e commit fd35f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/industry/agriculture/ingest-historical-telemetry-data-in-azure-farmbeats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,11 @@ Convert the historical sensor data format to a canonical format that Azure FarmB
321321
"sensordata": [
322322
{
323323
"timestamp": "< timestamp in ISO 8601 format >",
324-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
324+
"<sensor measure name (as defined in the Sensor Model)>": <value>
325325
},
326326
{
327327
"timestamp": "<timestamp in ISO 8601 format>",
328-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
328+
"<sensor measure name (as defined in the Sensor Model)>": <value>
329329
}
330330
]
331331
}

0 commit comments

Comments
 (0)