mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
Update voicemeeter.ps1
add set_multi to remote subclass
This commit is contained in:
@@ -24,4 +24,8 @@ class Remote {
|
||||
[void] Logout () {
|
||||
Logout
|
||||
}
|
||||
|
||||
[void] Set_Multi([HashTable]$hash) {
|
||||
Param_Set_Multi -HASH $hash
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user