From 5063ad42231485c603496c5de3509afce27170d5 Mon Sep 17 00:00:00 2001 From: jtalborough Date: Wed, 9 Oct 2024 15:47:48 -0400 Subject: [PATCH] feat: add TestNewConfigValue property to PropsConfig --- src/PropsConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PropsConfig.cs b/src/PropsConfig.cs index 2782721..1f26b4b 100644 --- a/src/PropsConfig.cs +++ b/src/PropsConfig.cs @@ -15,5 +15,6 @@ public static PropsConfig FromDeviceConfig(DeviceConfig config) public EssentialsControlPropertiesConfig Control { get; set; } public CommunicationMonitorConfig Monitor { get; set; } public bool EnableBridgeComms { get; set; } + public bool TestNewConfigValue { get; set; } } } \ No newline at end of file