mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: correct PhoneHookState (digital 72) feedback description
PhoneHookState (ToSIMPL) was labeled "Dial Phone" — a copy of the DialPhone input description on the same join. Changed to "Phone hook state FB" to accurately describe the feedback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4058040330
commit
dff50ea544
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps;
|
|||
},
|
||||
new JoinMetadata
|
||||
{
|
||||
Description = "Dial Phone",
|
||||
Description = "Phone hook state FB",
|
||||
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
||||
JoinType = eJoinType.Digital
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue