Skip to content

Commit f495468

Browse files
committed
add stimulation_info event
1 parent d083039 commit f495468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

anki_vector/events.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class Events(Enum):
3434
"""List of events available."""
3535

3636
# Robot
37-
robot_state = "robot_state" #: Robot event containing changes to the robot's state.
37+
robot_state = "robot_state" #: Robot event containing changes to the robot's state.
38+
stimulation_info = "stimulation_info" #: Robot event containing information about the robot's stimulation.
3839
mirror_mode_disabled = "mirror_mode_disabled" # : Robot event triggered when mirror mode (camera feed displayed on robot's face) is automatically disabled due to SDK no longer having control of the robot.
3940
vision_modes_auto_disabled = "vision_modes_auto_disabled" # : Robot event triggered when all vision modes are automatically disabled due to the SDK no longer having control of the robot.
4041

0 commit comments

Comments
 (0)