feat: add set and get control value api #278

This commit is contained in:
Hufe921
2023-09-15 22:42:22 +08:00
parent c45317eced
commit f754741f32
12 changed files with 280 additions and 20 deletions
+10
View File
@@ -813,3 +813,13 @@ Usage:
```javascript
instance.command.executeLocationGroup(groupId: string)
```
## executeSetControlValue
Feature: Set control value
Usage:
```javascript
instance.command.executeSetControlValue(payload: ISetControlOption)
```