Skip to content

Get Robot ID

getRobotId() -> {string}

Get the ID of the currently connected robot

Parameters

none

Return value string

Robot logo

Example

JavaScript
1
2
3
...
const robotId = axRobot.getRobotId();
...