diff --git a/Essentials DM/Essentials_DM/Chassis/HdMdNxM4kEController.cs b/Essentials DM/Essentials_DM/Chassis/HdMdNxM4kEController.cs
new file mode 100644
index 00000000..91e34852
--- /dev/null
+++ b/Essentials DM/Essentials_DM/Chassis/HdMdNxM4kEController.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Crestron.SimplSharp;
+
+namespace PepperDash.Essentials.DM.Chassis
+{
+ public class HdMdMxNController
+ {
+ }
+}
\ No newline at end of file
diff --git a/Essentials DM/Essentials_DM/Config/HdMdNxM4kEPropertiesConfig.cs b/Essentials DM/Essentials_DM/Config/HdMdNxM4kEPropertiesConfig.cs
new file mode 100644
index 00000000..06411e39
--- /dev/null
+++ b/Essentials DM/Essentials_DM/Config/HdMdNxM4kEPropertiesConfig.cs
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Crestron.SimplSharp;
+using Newtonsoft.Json;
+
+using PepperDash.Core;
+
+namespace PepperDash.Essentials.DM.Config
+{
+ ///
+ /// Defines the properties section of HdMdNxM boxes
+ ///
+ public class HdMdNxM4kEPropertiesConfig
+ {
+ [JsonProperty("control")]
+ public ControlPropertiesConfig Control { get; set; }
+
+ [JsonProperty("inputs")]
+ public Dictionary Inputs { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/Essentials DM/Essentials_DM/Config/InputPropertiesConfig.cs b/Essentials DM/Essentials_DM/Config/InputPropertiesConfig.cs
new file mode 100644
index 00000000..40f958ec
--- /dev/null
+++ b/Essentials DM/Essentials_DM/Config/InputPropertiesConfig.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Crestron.SimplSharp;
+
+namespace PepperDash.Essentials.DM.Config
+{
+ public class InputPropertiesConfig
+ {
+ public string Name { get; set; }
+
+ public bool DisableHdcp { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs b/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs
index c2ca7ef3..9b1216cd 100644
--- a/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs
+++ b/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs
@@ -4,5 +4,5 @@
[assembly: AssemblyCompany("PepperDash Technology Corp")]
[assembly: AssemblyProduct("PepperDashEssentials")]
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
-[assembly: AssemblyVersion("1.0.35.*")]
+[assembly: AssemblyVersion("1.0.36.*")]
diff --git a/Release Package/PepperDashEssentials.cpz b/Release Package/PepperDashEssentials.cpz
index 429c7097..47f414ba 100644
Binary files a/Release Package/PepperDashEssentials.cpz and b/Release Package/PepperDashEssentials.cpz differ