sensorAttachment
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
sensorId
Section titled “sensorId”Type: string
Required
Identity of a sensor used to observe some measurement of an item.
Referenced By
Section titled “Referenced By”- sensorAttachment
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count", "sensorId" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry" } }, "sensorId": { "type": "string" } }}