moveTo method

void moveTo(
  1. String roomId
)

Implementation

void moveTo(String roomId) {
  sendSettings({"garden_room": roomId});
}