Skip to content

Commit

Permalink
[Docs] Change attribute definition to attribute ID (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas authored Mar 2, 2023
1 parent f521c3e commit 6aaf92d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def __init__(self, api_key: str, name: str, robot_config: dict, max_lin_speed: f
robot_config (dict): Robot config set in the adapter configuration. The required keys are:
max_delay (float): Allowed seconds of delay of the current itinerary before it gets interrupted and replanned (will not affect RobotAPI)
robot_id (str): InOrbit robot id
battery_charge_attribute_id (str): InOrbit attribute definition for battery charge
charging_status_attribute_id (str): InOrbit attribute definition for charging status
battery_charge_attribute_id (str): InOrbit attribute ID for battery charge
charging_status_attribute_id (str): InOrbit attribute ID for charging status
actions (dict?): Optional. Information about each defined action. Currently supported actions:
dock (dict):
action_id (str): Action ID of the docking action
Expand Down

0 comments on commit 6aaf92d

Please sign in to comment.