Skip to content

@camera.ui/sdk / sensor / SensorCascadeTrigger

Interface: SensorCascadeTrigger

Defined in: sensor/meta.ts:4

Condition under which a sensor arms an automation cascade.

Properties

property

readonly property: string

Defined in: sensor/meta.ts:6

Property watched for the arming condition.


sustained

readonly sustained: boolean

Defined in: sensor/meta.ts:10

Whether the value must hold, instead of firing once.


value

readonly value: unknown

Defined in: sensor/meta.ts:8

Value that arms the cascade.