You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/industry/agriculture/sensor-partner-integration-in-azure-farmbeats.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The telemetry data is mapped to a canonical message that's published on Azure Ev
37
37
38
38
**API development**
39
39
40
-
The APIs contain Swagger technical documentation. For more information on the APIs and their corresponding requests or responses, see [Swagger](https://aka.ms/FarmBeatsDatahubSwagger).
40
+
The APIs contain Swagger technical documentation. For more information on the APIs and their corresponding requests or responses, see [Swagger](https://aka.ms/FarmBeatsSwagger).
41
41
42
42
**Authentication**
43
43
@@ -183,7 +183,7 @@ The Translator should have the ability to add new devices or sensors that were i
183
183
184
184
### Add new types and units
185
185
186
-
FarmBeats supports adding new sensor measure types and units. For more information about the /ExtendedType API, see [Swagger](https://aka.ms/FarmBeatsDatahubSwagger).
186
+
FarmBeats supports adding new sensor measure types and units. For more information about the /ExtendedType API, see [Swagger](https://aka.ms/FarmBeatsSwagger).
187
187
188
188
## Telemetry specifications
189
189
@@ -225,11 +225,11 @@ The canonical message format is as follows:
225
225
"sensordata": [
226
226
{
227
227
"timestamp": "< timestamp in ISO 8601 format >",
228
-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
228
+
"<sensor measure name (as defined in the Sensor Model)>": <value>
229
229
},
230
230
{
231
231
"timestamp": "<timestamp in ISO 8601 format>",
232
-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
232
+
"<sensor measure name (as defined in the Sensor Model)>": <value>
0 commit comments