File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/industry/agriculture Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ FarmBeats Datahub has the following APIs that enable device partners to create a
145
145
146
146
** DeviceModel** | |
147
147
--- | ---
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 |
150
150
ProductCode | Device product code or model name or number. For example, EnviroMonitor #6800 . |
151
151
Ports | Port name and type, which is digital or analog. |
152
152
Name | Name to identify resource. For example, model name or product name. |
@@ -247,11 +247,11 @@ The canonical message format is as follows:
247
247
"sensordata" : [
248
248
{
249
249
"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>
251
251
},
252
252
{
253
253
"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>
255
255
}
256
256
]
257
257
}
You can’t perform that action at this time.
0 commit comments