feat: add set and get control value api #278
This commit is contained in:
@@ -813,3 +813,13 @@ Usage:
|
||||
```javascript
|
||||
instance.command.executeLocationGroup(groupId: string)
|
||||
```
|
||||
|
||||
## executeSetControlValue
|
||||
|
||||
Feature: Set control value
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeSetControlValue(payload: ISetControlOption)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user