Merge branch 'development' into feature/dmps-dm-fixes

This commit is contained in:
Alex Johnson
2022-08-12 09:07:49 -04:00
18 changed files with 632 additions and 265 deletions

View File

@@ -59,7 +59,7 @@ namespace PepperDash.Essentials.Core.Devices
/// <summary>
/// Used by the extending class to allow for any custom actions to be taken (tell the ConfigWriter to write config, etc)
/// </summary>
/// <param name="Config"></param>
/// <param name="config"></param>
protected virtual void CustomSetConfig(DeviceConfig config)
{
ConfigWriter.UpdateDeviceConfig(config);