add special commands

Added special commands:
show
restart
showvbanchat
shutdown

Updated README and CHANGELOG to reflect changes.

Minor version bump
This commit is contained in:
onyx-and-iris
2021-08-23 15:24:05 +01:00
parent da9a71188c
commit a7913f8934
6 changed files with 83 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class Remote {
[System.Collections.ArrayList]$bus
[System.Collections.ArrayList]$vban_in
[System.Collections.ArrayList]$vban_out
$command
# Constructor
Remote ([String]$type)
@@ -24,6 +25,7 @@ class Remote {
$this.bus = Buses
$this.vban_in = Vban_In
$this.vban_out = Vban_Out
$this.command = Special
}
else { Exit }
}