Adds GetJoinMapForDevice method back

somehow was missing from dev branch...
This commit is contained in:
Andrew Welker
2020-05-18 12:43:00 -06:00
parent 788aa33a3a
commit 39f25cc9db

View File

@@ -27,6 +27,11 @@ namespace PepperDash.Essentials.Core
return joinMap; return joinMap;
} }
public static string GetJoinMapForDevice(string joinMapKey)
{
return GetSerializedJoinMapForDevice(joinMapKey);
}
/// <summary> /// <summary>
/// Attempts to find a custom join map by key and returns it deserialized if found /// Attempts to find a custom join map by key and returns it deserialized if found
/// </summary> /// </summary>