Is your feature request related to a problem? Please describe.
The DMChassis config has an object inputSlotSupportsHdcp2 where each input card can be set to true or false depending on the support. This was necessary because for a period of time certain input cards supported either HDCP1 or HDCP2 and there was no good way to tell programmatically. Modern DM cards all support HDCP 2. Therefor the object (or having the developer set the HDCP support value) is only necessary in those legacy card cases. Ultimately we should auto set it whenever possible.
I would like Essentials to set the correct value for HDCP support depending on the type of card and only require a developer to set via the config value if absolutely necessary.