maintenanceList
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object
Properties
Section titled “Properties”tableEntry
Section titled “tableEntry”Type: [ tableEntry ]
Type: int32
Required
Number of key-value pair represented as entry entities.
Type: binary32
Required
Current interval value of the activity.
interval
Section titled “interval”Type: maintenanceListInterval
Default: absolute
Interval of the value observed.
nextServiceDate
Section titled “nextServiceDate”Type: timestamp
Next date/time stamp that maintenance should be performed.
Type: timestamp
Last date/time stamp of the observation was reset.
severity
Section titled “severity”Type: int32
Level of severity on a scale of 1-10.
direction
Section titled “direction”Type: maintenanceListDirection
Default: up
Direction of the value observed.
Type: string
Required
Identifier of the maintenance activity.
lastServiceDate
Section titled “lastServiceDate”Type: timestamp
Last date/time stamp that maintenance was performed.
Type: unit
Default: count
Same as units. See Device Information Model.
target
Section titled “target”Type: binary32
Target value of the next maintenance.
Referenced By
Section titled “Referenced By”- maintenanceList
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count", "value", "name" ], "properties": { "tableEntry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#tableEntry" } }, "count": { "type": "integer" }, "value": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "interval": { "type": "string", "default": "absolute" }, "nextServiceDate": { "type": "string", "format": "datetime" }, "reset": { "type": "string", "format": "datetime" }, "severity": { "type": "integer" }, "direction": { "type": "string", "default": "up" }, "name": { "type": "string" }, "lastServiceDate": { "type": "string", "format": "datetime" }, "units": { "type": "string", "default": "count" }, "target": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}