mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
cotija fixes
This commit is contained in:
parent
e7e6ae98cf
commit
45ac17622a
4 changed files with 5 additions and 3 deletions
|
|
@ -4,5 +4,5 @@
|
||||||
[assembly: AssemblyCompany("PepperDash Technology Corp")]
|
[assembly: AssemblyCompany("PepperDash Technology Corp")]
|
||||||
[assembly: AssemblyProduct("PepperDashEssentials")]
|
[assembly: AssemblyProduct("PepperDashEssentials")]
|
||||||
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
|
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
|
||||||
[assembly: AssemblyVersion("1.0.37.*")]
|
[assembly: AssemblyVersion("1.0.38.*")]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,9 @@ namespace PepperDash.Essentials.Room.Cotija
|
||||||
/// 401
|
/// 401
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const uint UserCodeToSystem = 401;
|
public const uint UserCodeToSystem = 401;
|
||||||
|
/// <summary>
|
||||||
|
/// 402
|
||||||
|
/// </summary>
|
||||||
public const uint ServerUrl = 402;
|
public const uint ServerUrl = 402;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -508,7 +510,7 @@ namespace PepperDash.Essentials.Room.Cotija
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected override void UserCodeChange()
|
protected override void UserCodeChange()
|
||||||
{
|
{
|
||||||
Debug.Console(1, this, "User code changed: {0}", UserCode);
|
Debug.Console(1, this, "Server user code changed: {0}", UserCode);
|
||||||
EISC.StringInput[StringJoin.UserCodeToSystem].StringValue = UserCode;
|
EISC.StringInput[StringJoin.UserCodeToSystem].StringValue = UserCode;
|
||||||
EISC.StringInput[StringJoin.ServerUrl].StringValue = Parent.Config.ServerUrl;
|
EISC.StringInput[StringJoin.ServerUrl].StringValue = Parent.Config.ServerUrl;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue