IO-Link Master with IoT Interface CabinetLine 8 Ports IP 20
78
>
Service: reboot
34176
Name:
reboot
Description:
The service reboots the device.
Applicable to:
different objects
Request data:
none
Return data (data):
none
Example:
{"code": "request", "cid": 4, "adr": "/firmware/reboot"}
>
Service: setblock
34186
Name:
setblock
Description:
The service simultaneously sets the values of several data points of a structure.
Applicable to:
Objects of the
data
type
Request data:
Data field
Required
field
Data type
Default
Description
datatosend
mandatory
ARRAY OF
(STRINGS)
List of data points and their new values; data points must
support the service setdata
consistent
optional
BOOL
false
Return data (data):
none
Example:
{
"code":"request",
"cid":4711,
"adr":"/iotsetup/network/setblock",
"data":{"consistent":true,"datatosend":["ipaddress":"192.168.0.6","ipdefaultgatewa
y":"192.168.0.250"]}
}