mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
Update voicemeeter.ps1
add set_multi to remote subclass
This commit is contained in:
parent
8623c9ee33
commit
2f3e932c5c
@ -24,4 +24,8 @@ class Remote {
|
||||
[void] Logout () {
|
||||
Logout
|
||||
}
|
||||
|
||||
[void] Set_Multi([HashTable]$hash) {
|
||||
Param_Set_Multi -HASH $hash
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user