Page 1 of 1

Re: Client-QR-Code

Posted: 23. Jun 2021, 13:21
by admin
In order to assign a guest device to a group via a QR code when registering, the QR code must have the following content.

Code: Select all

[guest ID]+[pipe character]+[device name]+[pipe character]+[device group]
to assign the device to more than one group seperate the groups with comma

Code: Select all

[guest ID]+[pipe character]+[device name]+[pipe character]+[device group 1,device group 2,device group3 ...]
f.e.

Code: Select all

YOURGUESTID|NAMEOFDEVICE|GS1234,GS1235,GS1236
The QR code must contain this string

Kevin