notRooms property

List<String>? notRooms
getter/setter pairoverride

A list of room IDs to exclude. If this list is absent then no rooms are excluded. A matching room will be excluded even if it is listed in the 'rooms' filter.

Implementation

List<String>? notRooms;