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

The channel's acquisition mode. Possible values are:

  • integrate: The sample values are integrated over time.

  • normal: The sensor is operating in normal mode.

  • off: The sensor is not in use.

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

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/mode
Request samples
Response samples
application/json
{
  • "result": "normal",
  • "error": "Error message (present if an error occurred)."
}

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

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
string (configLocalSensorNameChannelMode)

The channel's acquisition mode. Possible values are:

  • integrate: The sample values are integrated over time.

  • normal: The sensor is operating in normal mode.

  • off: The sensor is not in use.

Enum: "off" "normal" "integrate"
Responses
200

Normal response.

401

Unauthorized response.

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

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

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
string (configLocalSensorNameChannelMode)

The channel's acquisition mode. Possible values are:

  • integrate: The sample values are integrated over time.

  • normal: The sensor is operating in normal mode.

  • off: The sensor is not in use.

Enum: "off" "normal" "integrate"
Responses
200

Normal response.

401

Unauthorized response.

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

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

Reset to off.

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/mode
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}