Skip to content

Commit e7eee86

Browse files
authored
Merge pull request #109653 from sunasing/patch-26
Minor fixes
2 parents a3edd59 + 62c60f4 commit e7eee86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/industry/agriculture/sensor-partner-integration-in-azure-farmbeats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The telemetry data is mapped to a canonical message that's published on Azure Ev
3737

3838
**API development**
3939

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).
4141

4242
**Authentication**
4343

@@ -183,7 +183,7 @@ The Translator should have the ability to add new devices or sensors that were i
183183
184184
### Add new types and units
185185

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).
187187

188188
## Telemetry specifications
189189

@@ -225,11 +225,11 @@ The canonical message format is as follows:
225225
"sensordata": [
226226
{
227227
"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>
229229
},
230230
{
231231
"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>
233233
}
234234
]
235235
}

0 commit comments

Comments
 (0)