/config/bacnet/server/epoch-relative

If true, the BACnet server reports cumulative values relative to the meter epoch. If false, raw absolute values are reported relative to when the meter was manufactured.

Get /config/bacnet/server/epoch-relative

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/bacnet/server/epoch-relative

SecurityApiKey
Request
Request Body schema: application/json
boolean (configBacnetServerEpochRelative)

If true, the BACnet server reports cumulative values relative to the meter epoch. If false, raw absolute values are reported relative to when the meter was manufactured.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/bacnet/server/epoch-relative

SecurityApiKey
Request
Request Body schema: application/json
boolean (configBacnetServerEpochRelative)

If true, the BACnet server reports cumulative values relative to the meter epoch. If false, raw absolute values are reported relative to when the meter was manufactured.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/bacnet/server/epoch-relative

Reset to true.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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