Merge branch 'master' into release/v1.5.2

This commit is contained in:
Andrew Welker
2020-05-18 17:01:23 -06:00
2 changed files with 169 additions and 0 deletions

View File

@@ -32,6 +32,16 @@ namespace PepperDash.Essentials.Core
return GetSerializedJoinMapForDevice(joinMapKey);
}
/// <summary>
/// Attempts to get the serialized join map from config
/// </summary>
/// <param name="joinMapKey"></param>
/// <returns></returns>
public static string GetJoinMapForDevice(string joinMapKey)
{
return GetSerializedJoinMapForDevice(joinMapKey);
}
/// <summary>
/// Attempts to find a custom join map by key and returns it deserialized if found
/// </summary>