mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
1.1.4, added clientAppUrl property to config, passed through to DDVC01 EISC
This commit is contained in:
parent
62e2c3d19f
commit
4defea55f0
6 changed files with 41 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue