Skip to main content
APIs

Settings

Settings

The Settings module is responsible for internal configuration actions of your robot.

Methods

Set Delay

Code responsible for indicating the delay there will be between the execution of each action.

Settings.set(Settings.DELAY_BETWEEN_ACTIONS, tempo)

Required parameters

  • tempo: Number - expects a number with the time, in seconds, there will be between the execution of each action.

Optional parameters

It has no optional parameters.