Skip to content

maintenanceList

Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object

Type: [ tableEntry ]

Type: int32
Required

Number of key-value pair represented as entry entities.

Type: binary32
Required

Current interval value of the activity.

Type: maintenanceListInterval
Default: absolute

Interval of the value observed.

Type: timestamp

Next date/time stamp that maintenance should be performed.

Type: timestamp

Last date/time stamp of the observation was reset.

Type: int32

Level of severity on a scale of 1-10.

Type: maintenanceListDirection
Default: up

Direction of the value observed.

Type: string
Required

Identifier of the maintenance activity.

Type: timestamp

Last date/time stamp that maintenance was performed.

Type: unit
Default: count

Same as units. See Device Information Model.

Type: binary32

Target value of the next maintenance.

{
"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
}
}
}
© Lookinglass 2026