lexicon
Id: eco.wonderland.workcell.device.configuration.power.defs
Type: lexicon
Objects
Section titled “Objects”- powerSource: Potential energy sources for the component.
Schema
Section titled “Schema”{ "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" } } } }}