Skip to content

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:

Info

In order to use this function, the Hotel User function must be activated.

Response type Possible content
successful true or false
Example response
{ "successful": true }