Hi,
In “Hotelier > Settings > Rooms & reservations > Listing settings > Default room sorting” you have the option to sort the rooms by the menu order. The menu order is an attribute that appears on the right when you edit a room (“Page Attributes” on the right, below the publish button).
Use that attribute to sort your rooms manually (0, 1, 2, etc).
If you need to alter the order dynamically, you need to filter the query yourself (I can’t help you with the code). There is a filter:
https://github.com/easy-wp-hotelier/wp-hotelier/blob/master/includes/htl-room-functions.php#L325
You can alter the query and add your preferred parameters.
https://developer.www.ads-software.com/reference/classes/wp_query/