feat: adds more api handlers to load config and get/set min log level

This commit is contained in:
Neil Dorin
2023-11-24 18:58:11 -07:00
parent d2877f2cec
commit a2c628145d
8 changed files with 27 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ using System.Linq;
namespace PepperDash.Essentials
{
public class ControlSystem : CrestronControlSystem
public class ControlSystem : CrestronControlSystem, ILoadConfig
{
HttpLogoServer LogoServer;