sensorStateDetect
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: string
detected: Sensor is active and the threshold has been met.not-detected: Sensor is active and ready but the threshold has not been met.unknown: Sensor is active, but the state cannot be determined.
Note: unknown covers situations where the sensor reading is unstable.
Referenced By
Section titled “Referenced By”- sensorStateDetect
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "string", "knownValues": [ "detected", "not-detected", "unknown" ]}