mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
fix: add eject to generic IR join map
This commit is contained in:
parent
1f095e2fb3
commit
2b845ce4cb
1 changed files with 14 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue