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 17:45] clubadmin [Notification.SignalCheckIn] |
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 73: | Line 82: | ||
| ===== Notification.SignalCheckIn===== | ===== Notification.SignalCheckIn===== | ||
| - | Sends the checkin | + | /// <param name=" |
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | |||
| + | Sends a signal | ||
| Example listening page, use password: " | Example listening page, use password: " | ||
| Setup listening page: | Setup listening page: | ||
| - | https:// | + | https:// |
| other example, same owner but other checkin-point: | other example, same owner but other checkin-point: | ||
| https:// | https:// | ||
| - | Settings (password | + | Password |
| https:// | https:// | ||
| - | /// <param name=" | + | |
| - | /// <param name=" | + | |
| - | /// <param name=" | + | |
| - | /// <param name=" | + | |
| - | /// <param name=" | + | |
| | | ||
| Send text message to owner 1/ | Send text message to owner 1/ | ||
| - | https:// | + | https:// |
| Send text message to owner 1/ | Send text message to owner 1/ | ||
| - | https:// | + | https:// |
| + | |||
| + | Send text message to all clientcheckin pages: | ||
| + | https:// | ||
| Send checkin-result to clientcheckin page: | Send checkin-result to clientcheckin page: | ||
| (set data parameter to checkin result) | (set data parameter to checkin result) | ||
| data: | 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:// | ||