Fundamentals
Services
Advanced
Deployment
Development
Returns the MAC addresses of all authorized robots.
Returns: List<String> (List | String)
List<String>
Registers for receiving messages from the given robots.
Arguments:
robots: AnyOf<List<String>, String> (AnyOf | List | String) - one or a list of robots
robots: AnyOf<List<String>, String>
Sends a textual command to the robot
robot: String (String) - name of the robot (matches at the end)
robot: String
command: String (String) - textual command
command: String
Returns: String (String) - textual response
String