This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
checkin [2018/12/30 16:43] clubadmin |
checkin [2023/10/16 14:11] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== CheckinApp.QRCode===== | ||
| + | Return a QRcode-string for a member, can be used in 3th party apps. | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | Example: | ||
| + | https:// | ||
| + | |||
| ===== CheckinApp.Connect===== | ===== CheckinApp.Connect===== | ||
| Line 31: | Line 39: | ||
| /// <param name=" | /// <param name=" | ||
| /// <param name=" | /// <param name=" | ||
| + | /// <param name=" | ||
| | | ||
| Line 72: | Line 81: | ||
| | | ||
| ===== Notification.SignalCheckIn===== | ===== Notification.SignalCheckIn===== | ||
| - | |||
| - | Sends the checkin to any listening clientcheckin page on that club-id and display-id | ||
| /// <param name=" | /// <param name=" | ||
| - | /// <param name="uid"></ | + | /// <param name="data"></ |
| - | + | /// <param name=" | |
| - | http://localhost: | + | |
| + | /// <param name="checkinpointid"></ | ||
| + | /// <param name=" | ||
| | | ||
| - | Return: | + | Sends a signal to any client-checkin page on that is listening to the same club-id and display-id. |
| + | Example listening page, use password: " | ||
| + | |||
| + | Setup listening page: | ||
| + | https:// | ||
| + | other example, same owner but other checkin-point: | ||
| + | https:// | ||
| + | |||
| + | Password + owner + checkin are saved in a cookie, after the first time you can just open the link without any parameters: | ||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | Send text message to owner 1/ | ||
| + | https:// | ||
| + | |||
| + | Send text message to owner 1/ | ||
| + | https:// | ||
| + | |||
| + | Send text message to all clientcheckin pages: | ||
| + | https:// | ||
| + | |||
| + | Send checkin-result to clientcheckin page: | ||
| + | (set data parameter to checkin result) | ||
| + | data: | ||
| + | |||
| + | Other option, let the checkin API itself signal the checkin. | ||
| + | This could affect speed of opening gate, so please be careful with this. | ||
| + | https:// | ||