mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
removed duplicate method that somehow crept in...
This commit is contained in:
parent
546cdacc0f
commit
476d661ece
1 changed files with 0 additions and 5 deletions
|
|
@ -27,11 +27,6 @@ namespace PepperDash.Essentials.Core
|
||||||
return joinMap;
|
return joinMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string GetJoinMapForDevice(string joinMapKey)
|
|
||||||
{
|
|
||||||
return GetSerializedJoinMapForDevice(joinMapKey);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Attempts to get the serialized join map from config
|
/// Attempts to get the serialized join map from config
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue