mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix signal direction
This commit is contained in:
parent
c8e3f752db
commit
b286008403
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ namespace PepperDash_Essentials_Core.Bridges.JoinMaps
|
||||||
new JoinMetadata
|
new JoinMetadata
|
||||||
{
|
{
|
||||||
Description = "Directory Line Selected FB",
|
Description = "Directory Line Selected FB",
|
||||||
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
JoinCapabilities = eJoinCapabilities.FromSIMPL,
|
||||||
JoinType = eJoinType.Digital
|
JoinType = eJoinType.Digital
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue