mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix(essentials): #865 Adds DialselectedRecentCallItem join
This commit is contained in:
parent
90e22e9136
commit
611f0bec2e
2 changed files with 17 additions and 1 deletions
|
|
@ -925,7 +925,21 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps
|
|||
},
|
||||
new JoinMetadata
|
||||
{
|
||||
Description = "Removes the selected recent call item specified by the SelectRecentCallItem analog join",
|
||||
Description = "Pulse to remove the selected recent call item specified by the SelectRecentCallItem analog join",
|
||||
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
||||
JoinType = eJoinType.Digital
|
||||
});
|
||||
|
||||
[JoinName("DialSelectedRecentCallItem")]
|
||||
public JoinDataComplete DialSelectedRecentCallItem = new JoinDataComplete(
|
||||
new JoinData
|
||||
{
|
||||
JoinNumber = 182,
|
||||
JoinSpan = 1
|
||||
},
|
||||
new JoinMetadata
|
||||
{
|
||||
Description = "Pulse to dial the selected recent call item specified by the SelectRecentCallItem analog join",
|
||||
JoinCapabilities = eJoinCapabilities.ToSIMPL,
|
||||
JoinType = eJoinType.Digital
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue