AnimalCatDetectionEvent

Description

A cat has been detected by the camera.

Fields

Key Type Description
device Device

Nest camera device which has this feature enabled.

Required

Variable is allowed.

eventData FieldPath

A specific piece of event data to check.

Optional

To use this field, at least one of the following fields SHOULD be used: is, isNot, greaterThan, greaterThanOrEqualTo, lessThan, lessThanOrEqualTo

Variable is NOT allowed

is Dynamic

Checks if the event data is equal to a value.

Optional

To use this field, all the following fields CANNOT be used: isNot, greaterThanOrEqualTo, greaterThan, lessThanOrEqualTo, lessThan

To use this field, all the following fields SHOULD be used: eventData

Variable is allowed.

isNot Dynamic

Checks if the event data is not equal to a value.

Optional

To use this field, all the following fields CANNOT be used: is, greaterThanOrEqualTo, greaterThan, lessThanOrEqualTo, lessThan

To use this field, all the following fields SHOULD be used: eventData

Variable is allowed.

greaterThan Dynamic

Checks if the event data is greater than (>) a value.

Optional

To use this field, all the following fields CANNOT be used: isNot, is, greaterThanOrEqualTo

Variable is allowed.

greaterThanOrEqualTo Dynamic

Checks if the event data is greater than or equal to (>=) a value.

Optional

To use this field, all the following fields CANNOT be used: isNot, is, greaterThan

Variable is allowed.

lessThan Dynamic

Checks if the event data is less than (<) a value.

Optional

To use this field, all the following fields CANNOT be used: isNot, is, lessThanOrEqualTo

Variable is allowed.

lessThanOrEqualTo Dynamic

Checks if the event data is less than or equal to (<=) a value.

Optional

To use this field, all the following fields CANNOT be used: isNot, is, lessThan

Variable is allowed.

for Duration

Checks if the elapsed time duration since last valid event seen has exceeded this value. Only applicable for Starters, cannot be used with Conditions.

Optional

Variable is allowed.

suppressFor Duration

Suppress the triggering of the starter for a certain time period.

Optional

Variable is allowed.

Examples

starters:
- type: device.event.AnimalCatDetection
  device: My Camera - Room Name