diff --git a/docs/HDMI_CEC.md b/docs/HDMI_CEC.md index 7758583cef..4d22dc501f 100644 --- a/docs/HDMI_CEC.md +++ b/docs/HDMI_CEC.md @@ -115,3 +115,5 @@ Command|Parameters :---|:--- HdmiSendRaw|``: send a raw payload to the HDMI CEC bus
This gives full control over messages and allows to impersonate another device
`HdmiSendRaw 408F` pretend that device at logical address `4` asks TV for its power status. HdmiAddr|: set the default HDMI Physical Address in case it cannot be discovered.
The default value is `0x1000` which is HDMI Port 1 on the TV
This value is only used if the I2C port is not connected or if the discovery failes.
If no argumant, this command returns the current physical adress. + +The [CEC-O-MATIC](https://www.cec-o-matic.com/) tool is handy to decode and encode payloads.