- Added
SetLightOutputMode()to set the light output.
- Removed
Idproperty inSonyCledisModuleTemperatureas it was never set.
- Fixed an issue with serializing the Sony C-LED temperatures data structure during trace logging.
- Renamed
SonyCledis2D3DMode.Select2DtoMode2D. Ditto forSelect3D.
- Fixed an issue where commands had an extra
\rcharacter that caused them to fail.
- Added
Get2D3DModeAsync()to get current 2D/3D mode. - Added
Get3DFormatAsync()to get 3D image format. - Added
GetFanModeAsync()to get fan speed. - Added
GetHorizontalPictureShiftAsync()to get the horizontal shift of the image by input. - Added
GetVerticalPictureShiftAsync()to get the vertical shift of the image by input. - Added
GetDualDisplayPort3D4KModeAsync()to determine if 3D 4K mode is enabled.
- Added
ShowStatusto show all values that can be read from the controller.
- Disable auto-reconnect for Telnet connection as it interferes with the communication protocol.
- Upgraded
Microsoft.Extensions.Loggingpackage to 6.0.0
- Fixed a regression where sending was broken because the connection was never opened.
- Changed target framework to .NET 6.0.
- Upgraded RadiantPi.Telnet package with auto-reconnect capability.
- Added
Set2D3DModeAsync()to select either 2D or 3D operation. - Added
Set3DFormatAsync()to select 3D image format. - Added
SetDualDisplayPort3D4KModeAsync()to enable/disable 3D 4K mode. - Added
SetFanModeAsync()to control the fan speed. - Added
SetHorizontalPictureShiftAsync()to set the horizontal shift of the image by input. - Added
SetVerticalPictureShiftAsync()to set the vertical shift of the image by input.
- Initial release