mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
feat: Adds IEssentialsRoomPropertiesConfig
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
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; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user