Update Voicemeeter.psm1

vban now pscustomobject
This commit is contained in:
onyx-and-iris 2022-01-06 15:28:43 +00:00
parent a70843385f
commit 414cb9710b

View File

@ -5,8 +5,7 @@ class Remote {
[System.Collections.ArrayList]$button [System.Collections.ArrayList]$button
[System.Collections.ArrayList]$strip [System.Collections.ArrayList]$strip
[System.Collections.ArrayList]$bus [System.Collections.ArrayList]$bus
[System.Collections.ArrayList]$vban_in [PSCustomObject]$vban
[System.Collections.ArrayList]$vban_out
$command $command
# Constructor # Constructor
@ -23,8 +22,7 @@ class Remote {
$this.button = Buttons $this.button = Buttons
$this.strip = Strips $this.strip = Strips
$this.bus = Buses $this.bus = Buses
$this.vban_in = Vban_In $this.vban = Vban
$this.vban_out = Vban_Out
$this.command = Special $this.command = Special
} }
else { Exit } else { Exit }