-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
title: mtion Sub-Actions | ||
icon: IconMtionStudio | ||
navigation.title: mtion | ||
navigation.description: Control mtion Studio with Streamer.bot | ||
category.title: mtion | ||
category.icon: IconMtionStudio |
24 changes: 24 additions & 0 deletions
24
streamerbot/3.api/1.sub-actions/mtion/get-active-clubhouse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Get Active Clubhouse | ||
description: Gets the active clubhouse in mtion studio | ||
version: 0.2.5 | ||
parameters: [] | ||
variables: | ||
- name: mtion.running | ||
type: boolean | ||
description: If mtion studio is currently running | ||
value: True | ||
- name: mtion.clubhouse.found | ||
type: boolean | ||
description: If there is a Clubhouse currently active | ||
value: True | ||
- name: mtion.clubhouse.id | ||
type: string | ||
description: The ID of the active Clubhouse | ||
- name: mtion.clubhouse.name | ||
type: string | ||
description: The name of the active Clubhouse | ||
- name: mtion.clubhouse.description | ||
type: string | ||
description: The description of the active Clubhouse | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Sends Trigger | ||
description: Sends a trigger to mtion studio | ||
version: 0.2.5 | ||
parameters: [] | ||
variables: | ||
- name: mtion.running | ||
type: boolean | ||
description: If mtion studio is currently running | ||
value: True | ||
- name: mtion.trigger.found | ||
type: boolean | ||
description: If the trigger was found | ||
value: True | ||
- name: mtion.trigger.sent | ||
type: boolean | ||
description: If the trigger was successfully sent or not | ||
value: True | ||
--- |