文档
测试

上传当前设备的状态

POST
/api/device/status/uploadCurrentStatus

请求参数

参数名
类型
描述
必填
storeId
int
示例:29
必填
deviceId
int
示例:51
必填
menuName
string
示例:测试菜单 和 nameBytes互斥
必填
workStep
int
示例:1
必填
workMode
string
示例:蒸烤 和 modeBytes互斥
必填
remainingTime
int
示例:300
必填
t1
int
示例:10
必填
t2
int
示例:10
必填
t3
int
示例:10
必填
t4
int
示例:10
必填
t51
int
示例:51
必填
t52
int
示例:52
必填
t53
int
示例:53
必填
ntc
int
示例:80
必填
windSpeed
int
示例:60
必填
nameBytes
List<Byte>
必填
modeBytes
List<Byte>
必填
needle
int
肉针温度
必填

说明 / 示例

{ "errorCode": "200", "errorMsg": "", "data": true }