fix: add eject to generic IR join map

This commit is contained in:
Andrew Welker
2025-07-29 12:59:35 -05:00
parent 1f095e2fb3
commit 2b845ce4cb

View File

@@ -819,6 +819,20 @@ namespace PepperDash_Essentials_Core.Bridges.JoinMaps
JoinType = eJoinType.Digital
});
[JoinName("EJECT")]
public JoinDataComplete KpBlue = new JoinDataComplete(
new JoinData
{
JoinNumber = 69,
JoinSpan = 1
},
new JoinMetadata
{
Description = "EJECT",
JoinCapabilities = eJoinCapabilities.FromSIMPL,
JoinType = eJoinType.Digital
});
public GenericIrControllerJoinMap(uint joinStart)
: base(joinStart, typeof(GenericIrControllerJoinMap))
{