Skip to content

Commit 67b52ba

Browse files
committed
add photo_taken event
1 parent 934bbb1 commit 67b52ba

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
@@ -39,6 +39,7 @@ class Events(Enum):
3939
attention_transfer = "attention_transfer" #: Robot event triggered when an attention cannot be fullfilled
4040
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.
4141
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
4243

4344
# Objects
4445
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

Comments
 (0)