/config/time/zone

The timezone the meter is located in. The string is interpreted as a Unix TZ string.

Get /config/time/zone

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/time/zone
Request samples
Response samples
application/json
{
  • "result": "LST7LDT6,M3.2.0/02:00,M11.1.0/02:00",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/time/zone

SecurityApiKey
Request
Request Body schema: application/json
string (configTimeZone)

The timezone the meter is located in. The string is interpreted as a Unix TZ string.

Responses
200

Normal response.

401

Unauthorized response.

put/config/time/zone
Request samples
application/json
"LST7LDT6,M3.2.0/02:00,M11.1.0/02:00"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/time/zone

SecurityApiKey
Request
Request Body schema: application/json
string (configTimeZone)

The timezone the meter is located in. The string is interpreted as a Unix TZ string.

Responses
200

Normal response.

401

Unauthorized response.

post/config/time/zone
Request samples
application/json
"LST7LDT6,M3.2.0/02:00,M11.1.0/02:00"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/time/zone

Reset to UTC x-schema:

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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