mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
add special commands
Added special commands: show restart showvbanchat shutdown Updated README and CHANGELOG to reflect changes. Minor version bump
This commit is contained in:
@@ -7,6 +7,7 @@ class Remote {
|
||||
[System.Collections.ArrayList]$bus
|
||||
[System.Collections.ArrayList]$vban_in
|
||||
[System.Collections.ArrayList]$vban_out
|
||||
$command
|
||||
|
||||
# Constructor
|
||||
Remote ([String]$type)
|
||||
@@ -24,6 +25,7 @@ class Remote {
|
||||
$this.bus = Buses
|
||||
$this.vban_in = Vban_In
|
||||
$this.vban_out = Vban_Out
|
||||
$this.command = Special
|
||||
}
|
||||
else { Exit }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user