mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix join type for hook state
This commit is contained in:
parent
97701ef3c4
commit
33c3822b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ namespace PepperDash_Essentials_Core.Bridges.JoinMaps
|
|||
{
|
||||
Description = "Current Hook State",
|
||||
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
||||
JoinType = eJoinType.Serial
|
||||
JoinType = eJoinType.Digital
|
||||
});
|
||||
|
||||
[JoinName("IncomingAnswer")] public JoinDataComplete IncomingAnswer =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue