Nuki.io: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
| Line 125: | Line 125: | ||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> If you manually set an invalid NUKI_PIN, it will be overwritten with a randomly generated pin the next time bookings are sent to locks. Each code can only be used once per lock. Before you can reuse a code it has to be removed from the lock. | <span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> If you manually set an invalid NUKI_PIN, it will be overwritten with a randomly generated pin the next time bookings are sent to locks. Each code can only be used once per lock. Before you can reuse a code it has to be removed from the lock. | ||
==Custom Start and End access times == | |||
The access start and end times can be customized per booking using booking info codes. | |||
A booking info code '''ACCESS_STARTTIME''' with a time of day (23:59 format) as the text will override the default start time. | |||
A booking info code '''ACCESS_ENDTIME''' with a time of day (23:59 format) as the text will override the default end time. | |||
Start and end dates can be set relative to the check in and check out date by defining times greater than 24 or negative. | |||
For example ACCESS_ENDTIME = 34:00 would create an end time of 10:00 one day after checkout (34 = 24 + 10 hours) | |||
ACCESS_STARTTIME = -10:00 would create a start time 10 hours before midnight of the check in day, i.e. 14:00 on the day before check in. | |||
= Troubleshooting = | = Troubleshooting = | ||