文档
测试

设置设备参数修改

PUT
/qgy/control/update

接口描述

根据设备序列号修改设备上参数

请求参数

参数名
类型
描述
必填
deviceKey
String
设备序列号
必填
faceAngle
Integer
人脸角度 默认值:90
可选
capture
Integer
抓拍间隔 默认值:2
可选
mostGrab
Integer
单人最多抓取数量 默认值:3 指定值:1,2,3
可选
catchMinTemp
Double
测温范围(最小值) 默认值:30.0
可选
catchMaxTemp
Double
测温范围 (最大值) 默认值:40.0
可选
catchMode
Integer
测温范围 (部位) 默认值:0 指定值:0-额部均温 1-全脸最高温 2-戴帽
可选
threshold
Double
高温阈值 默认值:37.3
可选
monDiff
Double
早间温差(温度) 默认值: 0.0
可选
monTime
String
早间温差(时间) 默认值: 06:00 格式:HH:mm:ss
可选
noonDiff
Double
午间温差 (温度) 默认值: 0.0
可选
noonTime
String
午间温差 (时间) 默认值:11:30 格式:HH:mm:ss
可选
afterDiff
Double
下午温差 (温度) 默认值: 0.0
可选
afterTime
String
下午温差 (时间) 默认值: 14:00 格式:HH:mm:ss
可选
eveDiff
Double
晚间温差 (温度) 默认值: 0.0
可选
eveTime
String
晚间温差 (时间) 默认值: 17.0 格式:HH:mm:ss
可选
camArge
Integer
相机画面放大 默认值: 0 指定值:0-关闭 1-启动
可选
voice
Integer
语音 默认值: 1 指定值:0-关闭 1-启动
可选
tempPlay
Integer
超温播放 默认值: 1 指定值:0-关闭 1-启动
可选
distRepair
Integer
距离补偿 默认值: 0 指定值:0-关闭 1-启动
可选
autoDiffRepair
Integer
自动温差补偿 默认值: 0 指定值:0-关闭 1-启动
可选
title
String
标题显示 默认值: ''
可选
knowAdopt
Integer
启动门禁(识别通过) 默认值: 0 指定值:0-关闭 1-勾选
可选
tempAdopt
Integer
启动门禁(测温通过) 默认值: 0 指定值:0-关闭 1-勾选
可选
startDoor
Integer
启动门禁 默认值: 0 指定值:0-关闭 1-启动
可选
opticPolice
Integer
声光报警 默认值: 0 指定值:0-关闭 1-启动
可选
userId
String
当前用户Id
必填
opticPolicLong
Integer
声光报警时长(秒) 默认值:5
可选
faceLeastWidth
Integer
抓取人脸最小宽度 默认值:20
必填

返回示例

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