Skip to content

Commit

Permalink
feat: add TestNewConfigValue property to PropsConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jtalborough committed Oct 9, 2024
1 parent fc2de7a commit 5063ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PropsConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}

0 comments on commit 5063ad4

Please sign in to comment.