diff --git a/PepperDashEssentials/Bridges/SystemMonitorBridge.cs b/PepperDashEssentials/Bridges/SystemMonitorBridge.cs new file mode 100644 index 00000000..f891fe9c --- /dev/null +++ b/PepperDashEssentials/Bridges/SystemMonitorBridge.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using Crestron.SimplSharp; + +namespace PepperDash.Essentials.Bridges +{ + public class SystemMonitorBridge + { + } +} \ No newline at end of file