mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Adds GetJoinMapForDevice method back
somehow was missing from dev branch...
This commit is contained in:
parent
788aa33a3a
commit
39f25cc9db
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ namespace PepperDash.Essentials.Core
|
|||
return joinMap;
|
||||
}
|
||||
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue