/config/push/service

The name of a push service provider to shared data with.

To set this to a non-empty value please use the service activation command since that ensures the push provider knows to expect data from this meter. The body of the activation request should contain member service set to the string push and provider set to name of the desired push service provider.

Get /config/push/service

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/push/service
Request samples
Response samples
application/json
{
  • "result": "string",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/push/service

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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