rw ... read and write
>
Example: Change name of the IO-Link master
a33823
Task: Set the name of the IO-Link master to AL1350 for the representation in the
LR SMARTOBSERVER.
Solution: Change the parameter [Application Tag] with the setdata service to the value [AL1350].
The data point of the parameter [Application Tag] in the device description object is
/devicetag/applicationtag.
Request:
{
"code":"request",
"cid":4711,
"adr":"/devicetag/applicationtag/setdata",
"data":{"newvalue":"AL1350"}
}
Response:
{"cid":4711,"code":200}