/config/bacnet/server/mstp/mac

The MS/TP address of the meter's BACnet server.

Get /config/bacnet/server/mstp/mac

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/bacnet/server/mstp/mac
Request samples
Response samples
application/json
{
  • "result": 127,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/bacnet/server/mstp/mac

SecurityApiKey
Request
Request Body schema: application/json
integer (configBacnetServerMstpMac) [ 0 .. 127 ]

The MS/TP address of the meter's BACnet server.

Responses
200

Normal response.

401

Unauthorized response.

put/config/bacnet/server/mstp/mac
Request samples
application/json
127
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/bacnet/server/mstp/mac

SecurityApiKey
Request
Request Body schema: application/json
integer (configBacnetServerMstpMac) [ 0 .. 127 ]

The MS/TP address of the meter's BACnet server.

Responses
200

Normal response.

401

Unauthorized response.

post/config/bacnet/server/mstp/mac
Request samples
application/json
127
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/bacnet/server/mstp/mac

Reset to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/bacnet/server/mstp/mac
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}