Last Updated on : 2023-06-20 14:54:08
Send a command of getting real-time data to a circuit breaker. On receiving the command, the circuit breaker will report the real-time data.
GET: /v1.0/electric-energy/{device_id}/actions/realtime-data
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a Tuya device. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The ID of a specified command record. |
GET: /v1.0/electric-energy/read/6ce****/actions/realtime-data
{
"result": {
"sn": "133****"
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback