/config/bacnet/server/id

The object id of the BACnet server.

Get /config/bacnet/server/id

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/bacnet/server/id

SecurityApiKey
Request
Request Body schema: application/json
integer (configBacnetServerId) [ 0 .. 4194303 ]

The object id of the BACnet server.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/bacnet/server/id

SecurityApiKey
Request
Request Body schema: application/json
integer (configBacnetServerId) [ 0 .. 4194303 ]

The object id of the BACnet server.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/bacnet/server/id

Reset to 1.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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