@camera.ui/sdk / camera / SensorTriggerRef
Interface: SensorTriggerRef
Defined in: camera/detection.ts:10
Stable reference to a sensor for cascade trigger configuration. Uses composite key (sensorType + sensorName + pluginId) instead of UUID so references survive plugin restarts.
Properties
pluginId
pluginId:
string
Defined in: camera/detection.ts:16
Plugin ID that provides this sensor
sensorName
sensorName:
string
Defined in: camera/detection.ts:14
Sensor name (stable across restarts)
sensorType
sensorType:
SensorType
Defined in: camera/detection.ts:12
Sensor type (e.g. 'contact', 'doorbell')