Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The retrieved information from Fidelio/Opera is stored as Server Items. Here all available Server Items that are available for each room are listed (including their access rights):

  • BuildingNumber
    • String, Read read only
    • Specified within Room Definitions within NETx BMS Server
  • LevelNumber
    • String, Read read only
    • Specified within Room Definitions within NETx BMS Server
  • RoomNumber
    • String, Read read only
    • Specified within Room Definitions within NETx BMS Server. Must be identifcally with the room number used within Fidelio/Opera
  • Description (
    • String, read only
    )
    • Specified within Room Definitions within NETx BMS Server
  • GuestsCount (
    • UINT8, read only
    )
    • Amount of guest that are checked in for this room
  • GuestName (
    • String, read only
    )
    • Guest name that is received from Fidelio/Opera
  • GuestLanguage (read only)
  • GuestVIP (read only)
  • RoomChecked (read only)
    • String, read only
    • Language code that is received from Fidelio/Opera. E.g. de, en, es, ...
  • GuestVIP
    • UINT8, read only
    • VIP status that is received from Fidelio/Opera
  • RoomChecked
    • Boolean, read only
    • True if at least 1 guest is check in this room – False if room is free
  • ClassOfService (read only)
  • DoNotDisturb (read only)
  • RoomStatus (read and write)
  • ClearText (read only)
  • GuestArrivalDate (read only)
  • GuestDepartureDate (read only)
  • PrinterPort (read only)
  • MessageCount (read only)
  • NextMessage (write only)
  • MessageText (read only)
  • GetMessage (write only)
  • SendMessage (read and write)
  • MessageLightStatus (read only)
    • UINT8, read only
    • Received from Fidelio/Opera. 0 (Barred/hotel internal only), 1 (local), 2 (national), 3 (no restrictions)
  • DoNotDisturb 
    • Boolean, read only
    • True if DND is received from Fidelio/Opera – False otherwise
  • RoomStatus
    • UINT8, read and writable
    • See table below
  • ClearText
    • String, read and writable
  • GuestArrivalDate
    • DateTime, read only
    • Arrival data and time of guest. Normally this is equal to the checkin data and time. Please keep in mind that Fidelio/Opera is not providing an arrival date before the checkin signal
  • GuestDepartureDate
    • DateTime, read only
    • Scheduled depature data and time of guest.
  • PrinterPort
    • UINT8, read only
  • MessageCount
    • UINT8, read only
    • Amount of messages that are available for this room
  • NextMessage
    • Boolean, write only
    • If set to true, the next message is fetched from Fidelio/Opera
  • MessageText
    • String, read only
    • Last message that was received from Fidelio/Opera
  • GetMessage 
    • Boolean, write only
    • If set to true, the next message is fetched from Fidelio/Opera
  • SendMessage 
    • String, read and writable
    • Used to send a message to Fidelio/Opera for this room
  • MessageLightStatus
    • Boolean, write only

Note that this list of data points is fixed by MICROS Fidelio/Opera – not by the NETx BMS Server.

...