mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixed scope issue joining sources to EISC
This commit is contained in:
parent
b295f931a3
commit
5ed8ff6dac
1 changed files with 2 additions and 1 deletions
|
|
@ -260,7 +260,8 @@ namespace PepperDash.Essentials.Room.Cotija
|
||||||
|
|
||||||
foreach (var item in sourceJoinMap)
|
foreach (var item in sourceJoinMap)
|
||||||
{
|
{
|
||||||
Parent.AddAction(string.Format("{0}{1}", prefix, item.Key), new PressAndHoldAction(b => EISC.SetBool(item.Value, b)));
|
var join = item.Value;
|
||||||
|
Parent.AddAction(string.Format("{0}{1}", prefix, item.Key), new PressAndHoldAction(b => EISC.SetBool(join, b)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue