Skip to content

Commit

Permalink
Add mtion sub-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nate1280 authored Sep 13, 2024
1 parent de78e6f commit 7337b7a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
6 changes: 6 additions & 0 deletions streamerbot/3.api/1.sub-actions/mtion/_dir.yml
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 streamerbot/3.api/1.sub-actions/mtion/get-active-clubhouse.md
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
---
19 changes: 19 additions & 0 deletions streamerbot/3.api/1.sub-actions/mtion/send-trigger.md
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
---

0 comments on commit 7337b7a

Please sign in to comment.