libCEC 5.0.0
This version adds support for a new feature, automatically waking the TV when the PC boots, when using a USB-CEC adapter. It requires firmware v11 or newer. You can enable it through cec-client: cec-client -aw 1
or cec-client --autowake 1
.
It also adds a GetStats()
API command and stats
command in cec-client, currently only supported by the USB-CEC adapter. This command may be useful for debugging CEC issues.
Last API change fixes #333, which truncated the last byte from a 14 byte OSD name.
- fixed:
- osd name truncated. issue #333
- added:
- GetStats() API command, for devices that support it
- USB-CEC auto power on at boot support. requires FW v11+