Skip to content

Commit

Permalink
gh #44 Initial Test data profile
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasgtl committed Aug 6, 2024
1 parent 967267a commit a96f61a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions profiles/sink/sink_hdmiCEC_test.yml
Original file line number Diff line number Diff line change
@@ -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]


0 comments on commit a96f61a

Please sign in to comment.