RoboScape ========= .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories RPCS ---- .. function:: RoboScape.getRobots() Returns the MAC addresses of all authorized robots. **Returns:** ``List`` (`List `__ | `String `__) .. function:: RoboScape.listen(robots: AnyOf, String>) Registers for receiving messages from the given robots. **Arguments:** - ``robots: AnyOf, String>`` (`AnyOf `__ | `List `__ | `String `__) - one or a list of robots .. function:: RoboScape.send(robot: String, command: String) Sends a textual command to the robot **Arguments:** - ``robot: String`` (`String `__) - name of the robot (matches at the end) - ``command: String`` (`String `__) - textual command **Returns:** ``String`` (`String `__) - textual response