Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Set Power State
description: Set the power state of the selected device in Elgato Control Center
version: 1.1.0
parameters:
- name: Device
type: Select
required: true
description: Device to set the power state for
- name: Brightness
type: number
required: true
description: Brightness level for the device
minimum: 0
maximum: 100
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Set Power State
description: Set the power state of the selected device in Elgato Control Center
version: 1.1.0
parameters:
- name: Device
type: Select
required: true
description: Device to set the power state for
- name: State
type: Select
required: true
description: Power state for the device
options:
- Off
- On
- Toggle
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Set Temperature
description: Set the temperature of the selected device in Elgato Control Center
version: 1.1.0
parameters:
- name: Device
type: Select
required: true
description: Device to set the temperature for
- name: Temperature
type: number
required: true
description: Temperature level for the device
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Open Storage Location
description: Open the storage location of the Elgato Studio application
version: 1.1.0
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Preview Info
description: Retrieve information about the current preview in Elgato Studio
version: 1.1.0
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Set Preview Fullscreen State
description: Set the fullscreen state of the current preview in Elgato Studio
version: 1.1.0
parameters:
- name: State
type: Select
required: true
description: Fullscreen state for the preview
options:
- Enabled
- Disabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Set Preview Mute State
description: Set the mute state of the current preview in Elgato Studio
version: 1.1.0
parameters:
- name: State
type: Select
required: true
description: Mute state for the preview
options:
- Enabled
- Disabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Set Preview Volume
description: Set the volume level of the current preview in Elgato Studio
version: 1.1.0
parameters:
- name: Volume
type: number
required: true
description: Volume level for the preview
minimum: 0
maximum: 100
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Last Recording Info
description: Retrieve information about the last recording in Elgato Studio
version: 1.1.0
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Recording Info
description: Retrieve information about the current recording in Elgato Studio
version: 1.1.0
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Set Recording State
description: Set the state of the current recording in Elgato Studio
version: 1.1.0
parameters:
- name: State
type: Select
required: true
description: Recording state
options:
- Enabled
- Disabled
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Take Snapshot
description: Takes a snapshot of the current Elgato Studio view
version: 1.1.0
---

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading