/config/local/sensor/{name}/channel/scale

The scale value by which an A/D converter sample is to be divided to convert a sample to a physical quantity (the bias value is added to the sample before the scale is applied).

Get /config/local/sensor/{name}/channel/scale

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Responses
200

Normal response.

401

Unauthorized response.

get/config/local/sensor/{name}/channel/scale
Request samples
Response samples
application/json
{
  • "result": -206.66,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/local/sensor/{name}/channel/scale

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Request Body schema: application/json
number (configLocalSensorNameChannelScale)

The scale value by which an A/D converter sample is to be divided to convert a sample to a physical quantity (the bias value is added to the sample before the scale is applied).

Responses
200

Normal response.

401

Unauthorized response.

put/config/local/sensor/{name}/channel/scale
Request samples
application/json
-206.66
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/local/sensor/{name}/channel/scale

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Request Body schema: application/json
number (configLocalSensorNameChannelScale)

The scale value by which an A/D converter sample is to be divided to convert a sample to a physical quantity (the bias value is added to the sample before the scale is applied).

Responses
200

Normal response.

401

Unauthorized response.

post/config/local/sensor/{name}/channel/scale
Request samples
application/json
-206.66
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/local/sensor/{name}/channel/scale

Reset to 0.

SecurityApiKey
Request
path Parameters
name
required
string

The name of a sensor (L1-L3, Ldc, or S1-S30).

Example: S1
Responses
200

Normal response.

401

Unauthorized response.

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