1.1.4, added clientAppUrl property to config, passed through to DDVC01 EISC

This commit is contained in:
Heath Volmer 2018-04-27 14:44:54 -06:00
parent 62e2c3d19f
commit 4defea55f0
6 changed files with 41 additions and 4 deletions

View file

@ -520,7 +520,7 @@ namespace PepperDash.Essentials.Room.Cotija
{
Debug.Console(1, this, "Server user code changed: {0}", UserCode);
EISC.StringInput[StringJoin.UserCodeToSystem].StringValue = UserCode;
EISC.StringInput[StringJoin.ServerUrl].StringValue = Parent.Config.ServerUrl;
EISC.StringInput[StringJoin.ServerUrl].StringValue = Parent.Config.ClientAppUrl;
}
/// <summary>