Skip to main content

hotel.closed_and_opens

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 3728
  • Header: HOTEL_CLOSED_AND_OPENS
  • Direction: Server to Client (s2c)
  • Realm: Session & Connection
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Inform the client when the hotel will reopen

Payload fields

FieldTypeRequiredDescription
openHourint32requiredHour of the day the hotel will open (0-23)
openMinuteint32requiredMinute of the hour the hotel will open (0-59)

Behavior

Sender

Sent when the hotel is currently closed and there is a known reopening schedule. Provides the hour and minute (server local time) at which the hotel will open.

Receiver

The client displays a "Hotel is closed — opens at HH:MM" message.

Notes

  • No additional notes