...
Hotel rooms can be added in any arbitrary folder structure.
Each hotel room has the following properties:
Property | Description |
---|---|
Enabled | Enables the use of this hotel room. Disabled hotel rooms cannot be used for check in/out. |
Name | Name of the hotel room, usually including the hotel room number. |
Description | Description of the hotel room. |
Check in/out item | Server item which will represents the current check in/out status. This item has to be of data type 'boolean' (checked in = true, checked out = false). This item is optional. |
Language item | Server item which will represents the language of the currently checked in guest. This item has to be of data type 'string'. This item is optional. |
Guest name item | Server item which will represents the full name of the currently checked in guest. This item has to be of data type 'string'. This item is optional. |
Visualization project | Visualization project used for this hotel room. |