mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
add toggle and visible commands to scene-item group
update README minor bump
This commit is contained in:
34
README.md
34
README.md
@@ -90,6 +90,13 @@ obsws-cli scene switch LIVE
|
||||
|
||||
#### Scene Item
|
||||
|
||||
- list: List all items in a scene.
|
||||
- args: <scene_name>
|
||||
|
||||
```console
|
||||
obsws-cli scene-item list LIVE
|
||||
```
|
||||
|
||||
- show: Show an item in a scene.
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
@@ -104,15 +111,29 @@ obsws-cli scene-item show START "Colour Source"
|
||||
obsws-cli scene-item hide START "Colour Source"
|
||||
```
|
||||
|
||||
- list: List all items in a scene.
|
||||
- args: <scene_name>
|
||||
- toggle: Toggle an item in a scene.
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
obsws-cli scene-item list LIVE
|
||||
obsws-cli scene-item toggle START "Colour Source"
|
||||
```
|
||||
|
||||
- visible: Check if an item in a scene is visible.
|
||||
- args: <scene_name> <item_name>
|
||||
|
||||
```console
|
||||
obsws-cli scene-item visible START "Colour Source"
|
||||
```
|
||||
|
||||
#### Group
|
||||
|
||||
- list: List groups in a scene.
|
||||
- args: <scene_name>
|
||||
|
||||
```console
|
||||
obsws-cli group list START
|
||||
```
|
||||
|
||||
- show: Show a group in a scene.
|
||||
- args: <scene_name> <group_name>
|
||||
|
||||
@@ -127,13 +148,6 @@ obsws-cli group show START "test_group"
|
||||
obsws-cli group hide START "test_group"
|
||||
```
|
||||
|
||||
- list: List groups in a scene.
|
||||
- args: <scene_name>
|
||||
|
||||
```console
|
||||
obsws-cli group list START
|
||||
```
|
||||
|
||||
#### Input
|
||||
|
||||
- list: List all inputs.
|
||||
|
||||
Reference in New Issue
Block a user