recorder module added.

recorder module added.
This commit is contained in:
onyx-and-iris
2022-03-08 22:54:34 +00:00
parent c7de3bbeef
commit cea6d500dd
3 changed files with 48 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class Remote {
[System.Collections.ArrayList]$button
[PSCustomObject]$vban
[Object]$command
[Object]$recorder
[Object]$profiles
# Constructor
@@ -26,6 +27,7 @@ class Remote {
$this.button = Make_Buttons
$this.vban = Make_Vban
$this.command = Make_Command
$this.recorder = Make_Recorder
}
else { Exit }
}