From 006c5f8655e1e85981e5dfcd5d34520f969430a0 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 3 Sep 2020 15:17:00 -0600 Subject: [PATCH] Updates example config to include inputSlotSupportsHdcp2 object --- .../SIMPLBridgeExample_configurationFile.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PepperDashEssentials/Example Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json b/PepperDashEssentials/Example Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json index f66add0c..e3d40f4a 100644 --- a/PepperDashEssentials/Example Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json +++ b/PepperDashEssentials/Example Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json @@ -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" } } },