From 186e6ae191a479f1048e2d1c01b73802493b98e8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:29:23 +0000 Subject: [PATCH] Update README.md pester tests pass against latest versions of vm. readme updated to reflect changes to vban class --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7c3091..250ae92 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ but not every feature is added. For past/future changes to this project refer to: [CHANGELOG](CHANGELOG.md) ## Tested against -- Basic 1.0.7.8 -- Banana 2.0.5.8 -- Potato 3.0.1.8 +- Basic 1.0.8.1 +- Banana 2.0.6.1 +- Potato 3.0.2.1 You may have success with many commands in earlier versions but some commands (example Macrobuttons) were only added to the API in later releases. @@ -140,9 +140,9 @@ to those parameters will throw an error. They are read and write for outstreams. example: ```powershell -$vmr.vban_in[0].on = $true -$vmr.vban_in[2].port = 6990 -$vmr.vban_out[3].bit = 16 +$vmr.vban.instream[0].on = $true +$vmr.vban.instream[2].port = 6990 +$vmr.vban.outstream[3].bit = 16 ``` ### Special