/// /// Note: Care should be taken that only one such request at a /// time is in flight for the same room, e.g. using a lock. /// /// Returns an array of `ToDeviceRequest`s. /// /// Items inside `users` will be invalidated by this method. Be car...