/config/net/homeplug/region

The jurisdiction the meter is operating under. The possible values are:

  • CE: European Union region.
  • NA: North American region.

This resource controls the frequency bands used by the HomePlug communications interface that is built into some meters. For those meters, this resource must be set to the correct geographic region to ensure compliance with local laws.

Get /config/net/homeplug/region

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/net/homeplug/region
Request samples
Response samples
application/json
{
  • "result": "CE",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/net/homeplug/region

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

The jurisdiction the meter is operating under. The possible values are:

  • CE: European Union region.
  • NA: North American region.

This resource controls the frequency bands used by the HomePlug communications interface that is built into some meters. For those meters, this resource must be set to the correct geographic region to ensure compliance with local laws.

Enum: "CE" "NA"
Responses
200

Normal response.

401

Unauthorized response.

put/config/net/homeplug/region
Request samples
application/json
"CE"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/net/homeplug/region

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

The jurisdiction the meter is operating under. The possible values are:

  • CE: European Union region.
  • NA: North American region.

This resource controls the frequency bands used by the HomePlug communications interface that is built into some meters. For those meters, this resource must be set to the correct geographic region to ensure compliance with local laws.

Enum: "CE" "NA"
Responses
200

Normal response.

401

Unauthorized response.

post/config/net/homeplug/region
Request samples
application/json
"CE"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/net/homeplug/region

Reset to NA.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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