Adds QR code join to mobile control Ddvc01 room bridge and passes accross QR code url (join 403)

This commit is contained in:
Neil Dorin
2020-03-04 17:23:00 -07:00
parent c4a64ab3c2
commit 9b5d7411af
3 changed files with 15 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ namespace PepperDash.Essentials
DateTime LastAckMessage;
public string SystemUuid;
public string SystemUuid { get; private set; }
List<MobileControlBridgeBase> RoomBridges = new List<MobileControlBridgeBase>();