/config/local/gain

The amplifier gain to use for the local sensor inputs (S1 and up). All meters support the value normal. Model EG4xxx meters also support the value high. This gain increases the input gain to approximately ten times of the normal gain. That is, the sensors are approximately 10 times more sensitive than normal, at the expense of having a 10 times smaller range.

Get /config/local/gain

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/local/gain

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

The amplifier gain to use for the local sensor inputs (S1 and up). All meters support the value normal. Model EG4xxx meters also support the value high. This gain increases the input gain to approximately ten times of the normal gain. That is, the sensors are approximately 10 times more sensitive than normal, at the expense of having a 10 times smaller range.

Enum: "normal" "high"
Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/local/gain

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

The amplifier gain to use for the local sensor inputs (S1 and up). All meters support the value normal. Model EG4xxx meters also support the value high. This gain increases the input gain to approximately ten times of the normal gain. That is, the sensors are approximately 10 times more sensitive than normal, at the expense of having a 10 times smaller range.

Enum: "normal" "high"
Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/local/gain

Reset gain to normal.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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