small docs corrections

This commit is contained in:
pblivingston 2026-03-04 20:39:57 -05:00
parent 55ade960f2
commit 33dcc98c8f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Before any major/minor/patch is released all unit tests will be run to verify th
- GetInputDevice($index)
- GetOutputDevice($index)
- New IODevice property `driver` to get the driver type of the current device (e.g. 'WDM', 'MME', etc.)
- New IODevice property `driver` to get the driver type of the current device (e.g. 'wdm', 'mme', etc.)
- New IODevice methods to get, set, or clear the current device for a strip or bus:
- Get(): returns a PSObject with properties Driver, Name, HardwareId, and IsOutput

View File

@ -377,7 +377,7 @@ The following Strip.device | Bus.device properties are available:
The following Strip.device | Bus.device methods are available:
- Set($device) : PSObject, where device is a PSObject with properties Driver and Name
- Set($device) : PSObject, where device is a PSObject with properties Driver, Name, and IsOutput
- Get() : PSObject, returns a PSObject with properties Driver, Name, HardwareId, and IsOutput
- Clear() : Clears the currently selected device