using PepperDash.Essentials.Room.Config; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PepperDash.Essentials.Devices.Common.Room { public interface IEssentialsRoomPropertiesConfig { EssentialsRoomPropertiesConfig PropertiesConfig { get; } } }