Set Leakage Alert Value

Last Updated on : 2023-06-20 14:54:12

Send a command of setting a leakage alert value to a circuit breaker. On receiving the command, the circuit breaker will set the leakage alert value.

API address

POST: /v1.0/electric-energy/{device_id}/actions/leak-warn-value

Request parameter

Parameter nameTypeINRequiredDescription
device_idStringuritrueThe ID of a Tuya device.

Description of body

Parameter nameTypeINRequiredDescription
leak_warn_valueInteger trueThe leakage alert value to trigger an action. Unit: mA.

Return parameter

Parameter nameTypeDescription
resultCmdIssueResultResponseThe returned result.

Description of result

Parameter nameTypeDescription
snStringThe ID of a specified command record.

Request example

POST: /v1.0/electric-energy/6ce****/actions/leak-warn-value
{
  "leakWarnValue": 10
}

Return example

{
    "result": {
        "sn": "133****"
    },
    "t": 1561456817168,
    "success": true
}

Error code

For more information, see error code.