Skip to content

lexicon

Id: eco.wonderland.workcell.device.configuration.power.defs
Type: lexicon

  • powerSource: Potential energy sources for the component.
{
"id": "eco.wonderland.workcell.device.configuration.power.defs",
"lexicon": 1,
"defs": {
"powerSource": {
"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