Merge pull request #409 from PepperDash/feature/add-inputSlotSupportsHdcp2-object-to-example-config

Add input slot supports hdcp2 object to example config
This commit is contained in:
Andrew Welker
2020-09-03 16:38:10 -06:00
committed by GitHub

View File

@@ -225,6 +225,14 @@
"2": "Output 2",
"3": "Output 3",
"4": "Output 4"
},
"inputSlotSupportsHdcp2":{
"1": "false",
"2": "false",
"3": "false",
"4": "false",
"5": "false",
"6": "false"
}
}
},