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