Write API
Last updated
Last updated
GET
http://app.openioe.in/api/updatedevicevalue
Format: http://app.openioe.in/api/updatedevicevalue/<APIKey>/<DeviceID>/<DevicePIN>/<Data>
Name | Type | Description |
---|---|---|
Successfully updated value from write API
POST
http://app.openioe.in/api/updatedevicejson
Format: http://app.openioe.in/api/updatedevicejson/<APIKey>/<DeviceID>/<DevicePIN>
Name | Type | Description |
---|---|---|
Successfully updated JSON from write API
POST
http://app.openioe.in/api/updatedevicexml
Format: http://app.openioe.in/api/updatedevicexml/<APIKey>/<DeviceID>/<DevicePIN>
Successfully updated XML from write AP
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
<APIKey>*
String
e.g.,: pnHEmHgjFl0PT247Eae9
<DeviceID>*
Integer
e.g.,: 25
<DevicePin>*
Integer
e.g.,: 957
<Data>*
String
e.g.,: 99.15
<APIKey>*
String
e.g.,: pnHEmHgjFl0PT247Eae9
<DeviceID>*
Integer
e.g.,: 25
<DevicePin>*
Integer
e.g.,: 957
<Data>*
JSON
e.g.,: {"name": "India"}
<APIKey>*
String
e.g.,: pnHEmHgjFl0PT247Eae9
<DeviceID>*
Integer
e.g.,: 25
<DevicePin>*
Integer
e.g.,: 957
<Data>*
XML
e.g.,: <name> India</name>}