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
@@ -39,6 +39,7 @@ class Events(Enum):
39
39
attention_transfer="attention_transfer"#: Robot event triggered when an attention cannot be fullfilled
40
40
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
41
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.
42
+
photo_taken="photo_taken"# : Robot event triggered when a photo was taken
42
43
43
44
# Objects
44
45
object_available="object_available"#: After the ConnectCube process is started, all available light cubes in range will broadcast an availability message through the Robot.
0 commit comments