add group commands toggle and status

add group unit tests

minor version bump
This commit is contained in:
2025-04-22 11:59:55 +01:00
parent 31838800ef
commit 58429a1ccb
5 changed files with 122 additions and 1 deletions

View File

@@ -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.