Changes EiscApi to EiscApiAdvanced for internal devices

This commit is contained in:
Andrew Welker
2020-04-20 10:10:50 -06:00
parent 35b5e6dfc5
commit 6b65db55c1
58 changed files with 63 additions and 62 deletions

View File

@@ -71,7 +71,7 @@ namespace PepperDash.Essentials.Core.Lighting
}
protected GenericLightingJoinMap LinkLightingToApi(LightingBase lightingDevice, BasicTriList trilist, uint joinStart,
string joinMapKey, EiscApi bridge)
string joinMapKey, EiscApiAdvanced bridge)
{
var joinMap = new GenericLightingJoinMap();