mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +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:
10
examples/special.ps1
Normal file
10
examples/special.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
Import-Module Voicemeeter
|
||||
|
||||
try {
|
||||
$vmr = Get-RemoteBanana
|
||||
|
||||
$vmr.command.show
|
||||
$vmr.command.restart
|
||||
$vmr.command.showvbanchat
|
||||
}
|
||||
finally { $vmr.Logout() }
|
||||
Reference in New Issue
Block a user