diff --git a/profiles/sink/sink_hdmiCEC_test.yml b/profiles/sink/sink_hdmiCEC_test.yml new file mode 100644 index 0000000..28237e8 --- /dev/null +++ b/profiles/sink/sink_hdmiCEC_test.yml @@ -0,0 +1,48 @@ +hdmicec: + config: + number_ports: 3 + ports: + - id: 1 + type: in + cec_supported: true + cec_version: 02 + - id: 2 + type: in + cec_supported: true + cec_version: 02 + - id: 3 + type: in + cec_supported: true + cec_version: 02 + + test: + tx: + #CEC GET Version command + - command: + getcecVersion: + sinkla:0 + sourcela:1 + command:9F + expectedreply:02 + #CEC Standby command: + standby: + sinkla:0 + sourcela:1 + command:36 + setosd: + sinkla:0 + sourcela:1 + command:64 + data: + [80,48,65,6C,6C,6F,20,57,6F,72,6C,64,31,21], + [81,49,65,6D,6C,6F,20,57,6F,73,6C,64,32,22], + [82,50,65,6E,6C,6F,20,57,6F,74,6C,64,33,23], + [83,51,65,6F,6C,6F,20,57,6F,75,6C,64,34,24], + [84,52,65,6C,6C,6F,20,57,6F,76,6C,64,35,25], + [85,53,65,6C,6C,6F,20,57,6F,77,6C,64,36,26], + [86,54,65,6C,6C,6F,20,57,6F,78,6C,64,37,27], + [87,55,65,6C,6C,6F,20,57,6F,79,6C,64,38,28], + [88,56,65,6C,6C,6F,20,57,6F,7A,6C,64,39,29], + [89,57,65,6C,6C,6F,20,57,6F,7B,6C,64,40,30] + +