Last Updated on : 2023-06-21 07:12:57download
Save the configuration information about charging ports. Currently, only the number of charging ports can be saved.
POST: /v1.0/iot-02/charging-pile/product/port-config
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
product_id | String | false | The product ID of the device. | |
port_count | Integer | false | The total number of charging ports of the product. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result.Valid values:
|
POST: /v1.0/iot-02/charging-pile/product/port-config
{
"product_id": "7tHJ0zAwASvj****",
"port_count": "8"
}
{
"result": true,
"t": 1630056214213,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback