Get Robot ID getRobotId() -> {string} Get the ID of the currently connected robot Parameters none Return value string Robot logo Example JavaScript1 2 3... const robotId = axRobot.getRobotId(); ...