mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
add group commands toggle and status
add group unit tests minor version bump
This commit is contained in:
14
README.md
14
README.md
@@ -192,6 +192,20 @@ obsws-cli group show START "test_group"
|
||||
obsws-cli group hide START "test_group"
|
||||
```
|
||||
|
||||
- toggle: Toggle a group in a scene.
|
||||
- args: <scene_name> <group_name>
|
||||
|
||||
```console
|
||||
obsws-cli group toggle START "test_group"
|
||||
```
|
||||
|
||||
- status: Get the status of a group in a scene.
|
||||
- args: <scene_name> <group_name>
|
||||
|
||||
```console
|
||||
obsws-cli group status START "test_group"
|
||||
```
|
||||
|
||||
#### Input
|
||||
|
||||
- list: List all inputs.
|
||||
|
||||
Reference in New Issue
Block a user