Skip to content

powerSource

Lexicon: eco.wonderland.workcell.device.configuration.power.defs
Type: object

Potential energy sources for the component.

Type: powerSourceType
Required

Type of the power source.

Type: string
Required

Unique identifier for the power source.

Type: string

Reference to the component providing observations about the power source.

Type: int32

Optional precedence for a given power source.

Type: string
Required

Name of the power source.

  • configuration eco.wonderland.workcell.device.configuration.defs
{
"type": "object",
"required": [
"type",
"id",
"value"
],
"properties": {
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.data.defs#powerSourceType"
},
"id": {
"type": "string"
},
"componentIdRef": {
"type": "string"
},
"order": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
© Lookinglass 2026