You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: anki_vector/events.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ class Events(Enum):
34
34
"""List of events available."""
35
35
36
36
# 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.
38
39
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.
39
40
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.
0 commit comments