mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
#675 Adds UserPromptedForCode event and method to show code on CiscoSparkCodec
This commit is contained in:
parent
3a4737b6f6
commit
1e755df9bb
2 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
{
|
||||
event EventHandler<EventArgs> UserCodeChanged;
|
||||
|
||||
event EventHandler<EventArgs> UserPromptedForCode;
|
||||
|
||||
string UserCode { get; }
|
||||
|
||||
string QrCodeUrl { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue