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

@@ -145,6 +145,15 @@ $vmr.vban_in[2].port = 6990
$vmr.vban_out[3].bit = 16
```
### Special
Certain 'special' commands are defined by the API as performing actions rather than setting values. You may invoke them with the following commands:
```powershell
$vmr.command.show
$vmr.command.restart
$vmr.command.showvbanchat
$vmr.command.shutdown
```
### Run tests
Run tests using .\runall.ps1 which accepts two parameters:
- tag Run tests of this type