添加设备
POST
http://172.20.4.210:6676/device/front/device
接口描述
添加设备
请求头
参数名
类型
描述
必填
Authorization
必填
请求参数
参数名
类型
描述
必填
devId
string
设备id;示例:xxxx
必填
name
string
设备名字;示例:xxxx
必填
proModel
string
产品型号;示例:xxxx
必填
mac
string
mac地址;示例:xxxx
必填
hardwareVer
string
硬件版本;示例:xxxx
必填
softwareVer
string
软件版本;示例:xxxx
必填
data
string
状态信息;示例:"{\"电量\":\"78%\"}"
必填