Set wake-up times#
Function call (URL) | Permissions | Possible parameters |
---|---|---|
/app_hotel_wakeup_set | admin / sub-admin | if: unique ID of the hotel participant / room action: 0 Create, 1 Change, 2 Delete weckId: Specification of the unique wake-up time ID. Required to change/delete an alarm time zeit: Specification of the alarm time in hh:mm. tag: Indicate the day or days: 1 Monday, 2 Tuesday, 4 Wednesday, 8 Thursday, 16 Friday, 32 Saturday, 64 Sunday, 31 Monday through Friday, 96 Saturday to Sunday, 127 daily immer: Specifies whether to wake up once or repeatedly: 0 once, 1 recurring aktiv: Indicates whether the alarm time is on or off: 0 off, 1 on* |
Example calls:
-
https://192.168.0.240/app_hotel_wakeup_set?id=7382&action=0&zeit=08:00&tag=31&aktiv=1&immer=1
-
https://192.168.0.240/app_hotel_wakeup_set?id=7382&action=1&weckId=8756&zeit=07:30
Info
In order to use this function, the Hotel User function must be activated.
Response type | Possible content |
---|---|
successful | true or false |