/config/local/update-interval

The interval in milliseconds between measurement updates. The default is 1000ms (one update per second) but some meters support smaller values. The rate of change values are averaged over this period of time.

Get /config/local/update-interval

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/local/update-interval
Request samples
Response samples
application/json
{
  • "result": 500,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/local/update-interval

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

The interval in milliseconds between measurement updates. The default is 1000ms (one update per second) but some meters support smaller values. The rate of change values are averaged over this period of time.

Responses
200

Normal response.

401

Unauthorized response.

put/config/local/update-interval
Request samples
application/json
500
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/local/update-interval

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

The interval in milliseconds between measurement updates. The default is 1000ms (one update per second) but some meters support smaller values. The rate of change values are averaged over this period of time.

Responses
200

Normal response.

401

Unauthorized response.

post/config/local/update-interval
Request samples
application/json
500
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/local/update-interval

Reset to 1000 milliseconds.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/local/update-interval
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}