Skip to content

Commit e9dcb9d

Browse files
committed
added time_stamped_status event
1 parent 6d0c94c commit e9dcb9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

anki_vector/events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Events(Enum):
3636
# Robot
3737
robot_state = "robot_state" #: Robot event containing changes to the robot's state.
3838
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
3940
attention_transfer = "attention_transfer" #: Robot event triggered when an attention cannot be fullfilled
4041
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.
4142
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

Comments
 (0)