文档
测试

Equipment modification

PUT
/qgy/equipment/update

接口描述

Modify the device information under the specified user according to the device serial number

Request parameters

参数名
类型
描述
必填
deviceKey
String
Equipment serial number
必填
userId
String
ID of users
必填
tag
String
Device label (modify this device label device must be online)
可选
name
String
Name of equipment
可选
intervals
Integer
Identification interval
可选
groupId
Integer
Group id
可选

Return sample

``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data":true } ```