Update operation.md
This commit is contained in:
parent
c19dd110fb
commit
634ebda4dc
@ -92,9 +92,9 @@ POST 请求接口
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"deviceId": 863256444266222,
|
"deviceId": 863256444266222,
|
||||||
"serviceCode": "testCode",
|
"serviceCode": "setTurbineStop",
|
||||||
"serviceName": "测试遥控2",
|
"serviceName": "风机停机指令",
|
||||||
"optDesc": "手动测试2",
|
"optDesc": "风机停机",
|
||||||
"opValue": 0
|
"opValue": 0
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -129,10 +129,10 @@ POST 请求接口
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"deviceId": 863256444266222,
|
"deviceId": 863256444266222,
|
||||||
"serviceCode": "testCode",
|
"serviceCode": "setGenSpeedLimitValue",
|
||||||
"serviceName": "测试遥控2",
|
"serviceName": "发电机转速给定值",
|
||||||
"optDesc": "手动测试2",
|
"optDesc": "发电机转速给定值:12.45",
|
||||||
"opValue": 0
|
"opValue": 12.45
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
入参描述
|
入参描述
|
||||||
@ -166,10 +166,10 @@ POST 请求接口
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"deviceId": 863256444266222,
|
"deviceId": 863256444266222,
|
||||||
"serviceCode": "testCode",
|
"serviceCode": "Locked",
|
||||||
"serviceName": "测试遥控2",
|
"serviceName": "风机被锁定",
|
||||||
"optDesc": "手动测试2",
|
"optDesc": "风机锁定",
|
||||||
"opValue": 0
|
"opValue": 1
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
入参描述
|
入参描述
|
||||||
|
Loading…
Reference in New Issue
Block a user