Waziup / waziup-dashboard

Waziup dashboard repository
Other
3 stars 13 forks source link

QR scanner Spec #114

Open cdupont opened 4 years ago

cdupont commented 4 years ago

This is a small specification for the QR scanner feature. The idea of the QR codes is to be able to:

Display QR codes

Read QR codes

QR code format

The QR code format should be the following:

<URL of the device>

Or for gateways:

<URL of the gateway>

For example:

https://dashboard.waziup.io/devices/ARBIT-TESTS_Sensor2

This format allows the user to use a standard QR code scanners and directly open the device on the Waziup dashboard. In the case the device is not existing, the dashboard will propose to create it.

cdupont commented 4 years ago

109

cdupont commented 4 years ago

Done for the QR code display.