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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ class Events(Enum):
36
36
# Robot
37
37
robot_state="robot_state"#: Robot event containing changes to the robot's state.
38
38
stimulation_info="stimulation_info"#: Robot event containing information about the robot's stimulation.
39
+
time_stamped_status="time_stamped_status"#: Robot event containing current feature status information
39
40
attention_transfer="attention_transfer"#: Robot event triggered when an attention cannot be fullfilled
40
41
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.
41
42
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