mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-08-17 01:24:23 +00:00
Get-Remote
This commit is contained in:
@@ -188,6 +188,10 @@ function Make_Remote {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Function Get-Remote {
|
||||||
|
[Remote]::new('none').Login()
|
||||||
|
}
|
||||||
|
|
||||||
Function Get-RemoteBasic {
|
Function Get-RemoteBasic {
|
||||||
[RemoteBasic]::new().Login()
|
[RemoteBasic]::new().Login()
|
||||||
}
|
}
|
||||||
@@ -222,4 +226,4 @@ Function Disconnect-Voicemeeter {
|
|||||||
Logout
|
Logout
|
||||||
}
|
}
|
||||||
|
|
||||||
Export-ModuleMember -Function Get-RemoteBasic, Get-RemoteBanana, Get-RemotePotato, Connect-Voicemeeter, Disconnect-Voicemeeter
|
Export-ModuleMember -Function Get-Remote, Get-RemoteBasic, Get-RemoteBanana, Get-RemotePotato, Connect-Voicemeeter, Disconnect-Voicemeeter
|
||||||
|
|||||||
Reference in New Issue
Block a user