using PepperDash.Essentials.Room.Config;
namespace PepperDash.Essentials.Devices.Common.Room
{
///
/// Defines the contract for IEssentialsRoomPropertiesConfig
///
public interface IEssentialsRoomPropertiesConfig
{
///
/// Gets the PropertiesConfig
///
EssentialsRoomPropertiesConfig PropertiesConfig { get; }
}
}