51
13 RFID IoT Core profile
In addition to the generally applicable IoT core data points, RFID devices also have special ones that allow to
communicate with the LF / HF / UHF ID tags.
Configure IO-Ports
Service available
: DTE105, DTE605, DTE805, DTE9x5
This service is supported in the channel mode "RWH"
Configure the IO-Ports according to the application requirements
Method: POST
URL:
Request body data:
{
"
code
": "request","
cid
": 123,"
adr
": "/config/setblock",
"
data
": {
"datatoset": {
"dte/temperature_unit": 0,
"port[1]/mode": 0,
"port[1]/data_hold_time": 20,
"port[2]/mode": 1,
"port[2]/data_hold_time": 20,
"port[3]/mode": 2,
"port[3]/data_hold_time": 20
}
}
}
Note: The device is configured on IO-1 as RWH, IO-2 as Input, IO-3 as output.
Request
element
Value
Remark
code
"request"
cid
<CorrID>
Correlation identifier.
Can be set from 0…32767
adr
"/config/setblock"
data
"datatoset"
Element values of the device to be set