Skip to content

Commit ebb7ab2

Browse files
authored
Merge pull request #99416 from sunasing/patch-3
Minor fixes on the code sample
2 parents 9f1c07d + 5362879 commit ebb7ab2

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
@@ -145,8 +145,8 @@ FarmBeats Datahub has the following APIs that enable device partners to create a
145145

146146
**DeviceModel** | |
147147
--- | ---
148-
Type (node, gateway) | 1 Star |
149-
Manufacturer | 2 Star |
148+
Type (node, gateway) | Type of the device - Node or Gateway |
149+
Manufacturer | Name of the manufacturer |
150150
ProductCode | Device product code or model name or number. For example, EnviroMonitor#6800. |
151151
Ports | Port name and type, which is digital or analog. |
152152
Name | Name to identify resource. For example, model name or product name. |
@@ -247,11 +247,11 @@ The canonical message format is as follows:
247247
"sensordata": [
248248
{
249249
"timestamp": "< timestamp in ISO 8601 format >",
250-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
250+
"<sensor measure name (as defined in the Sensor Model)>": <value>
251251
},
252252
{
253253
"timestamp": "<timestamp in ISO 8601 format>",
254-
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
254+
"<sensor measure name (as defined in the Sensor Model)>": <value>
255255
}
256256
]
257257
}

0 commit comments

Comments
 (0)