Write Value in Batch
Description
Write values to monitoring points under a batch write group, where the value corresponds to the specified type in the batch write group.
Request Address
URL:
[Host Server]/api/v2/control/group/write/value
Address Parameter Explanation
Field Type Description Host Server string See Explanation of terms Method
POST
Headers
Field Type Description Authorization string "Bearer " + Access Token obtained from the login interface. Body
Field Type Description value int Value corresponding to the specified type in the batch write group. uid string Batch write group ID, either this or the group name is optional. name string Batch write group name, either this or the group ID is optional. Group name takes precedence. Response Fields
Null
Response Codes
Code Description 401 refresh token has expired or is invalid. 429 Access the interface so frequent. See 429 Status code