using System; using System.Collections.Generic; using System.Linq; using System.Text; using Crestron.SimplSharp; using PepperDash.Essentials.Bridges; using PepperDash.Essentials.Core.Bridges; namespace PepperDash.Essentials.AppServer.Messengers { /// /// Properties to configure a SIMPL Messenger /// public class SimplMessengerPropertiesConfig : EiscApiPropertiesConfig.ApiDevicePropertiesConfig { } }