Skip to content

Commit ab1fcb8

Browse files
docs: add Elgato Control Center, Studio, and Wave Link 3 sub-actions (#433)
1 parent 7a5f4eb commit ab1fcb8

83 files changed

Lines changed: 180 additions & 481 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
9.9 KB
Loading
15.6 KB
Loading
10.2 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Set Power State
3+
description: Set the power state of the selected device in Elgato Control Center
4+
version: 1.1.0
5+
parameters:
6+
- name: Device
7+
type: Select
8+
required: true
9+
description: Device to set the power state for
10+
- name: Brightness
11+
type: number
12+
required: true
13+
description: Brightness level for the device
14+
minimum: 0
15+
maximum: 100
16+
---
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Set Power State
3+
description: Set the power state of the selected device in Elgato Control Center
4+
version: 1.1.0
5+
parameters:
6+
- name: Device
7+
type: Select
8+
required: true
9+
description: Device to set the power state for
10+
- name: State
11+
type: Select
12+
required: true
13+
description: Power state for the device
14+
options:
15+
- Off
16+
- On
17+
- Toggle
18+
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Set Temperature
3+
description: Set the temperature of the selected device in Elgato Control Center
4+
version: 1.1.0
5+
parameters:
6+
- name: Device
7+
type: Select
8+
required: true
9+
description: Device to set the temperature for
10+
- name: Temperature
11+
type: number
12+
required: true
13+
description: Temperature level for the device
14+
---
13.4 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Open Storage Location
3+
description: Open the storage location of the Elgato Studio application
4+
version: 1.1.0
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Get Preview Info
3+
description: Retrieve information about the current preview in Elgato Studio
4+
version: 1.1.0
5+
---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Set Preview Fullscreen State
3+
description: Set the fullscreen state of the current preview in Elgato Studio
4+
version: 1.1.0
5+
parameters:
6+
- name: State
7+
type: Select
8+
required: true
9+
description: Fullscreen state for the preview
10+
options:
11+
- Enabled
12+
- Disabled
13+
---

0 commit comments

Comments
 (0)