/config/bacnet/server/mstp/max-mac

The maximum address used by any device connected to the same MS/TP network as this meter. A value of 127 is safe, but setting it to the lowest address in use significantly increases MS/TP performance.

Get /config/bacnet/server/mstp/max-mac

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/bacnet/server/mstp/max-mac

SecurityApiKey
Request
Request Body schema: application/json
integer (configBacnetServerMstpMaxMac)

The maximum address used by any device connected to the same MS/TP network as this meter. A value of 127 is safe, but setting it to the lowest address in use significantly increases MS/TP performance.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/bacnet/server/mstp/max-mac

SecurityApiKey
Request
Request Body schema: application/json
integer (configBacnetServerMstpMaxMac)

The maximum address used by any device connected to the same MS/TP network as this meter. A value of 127 is safe, but setting it to the lowest address in use significantly increases MS/TP performance.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/bacnet/server/mstp/max-mac

Reset to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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