Creates a room group with the given name and colour in the provided grouping scheme. Colour is expressed as a tuple of (R,G,B) and is optional, defaulting to black. Returns the handle of the new room group
get_grouping_schemes ( ) -> List of dictionaries
Get a list of room grouping schemes stored as dictionaries. Dictionary entries are:
handle, name
get_room_groups (grouping scheme handle) -> List of dictionaries
Get a list of room groups (stored as dictionaries) for a grouping scheme. Dictionary entries are:
colour
(tuple of R,G,B ints) each colour entry in range 0-255
handle
(int)
name
(string)
rooms
(list of strings) list of room IDs assigned to group