powerSource
Lexicon: eco.wonderland.workcell.device.configuration.power.defs
Type: object
Potential energy sources for the component.
Properties
Section titled “Properties”Type: powerSourceType
Required
Type of the power source.
Type: string
Required
Unique identifier for the power source.
componentIdRef
Section titled “componentIdRef”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.
Referenced By
Section titled “Referenced By”- configuration
eco.wonderland.workcell.device.configuration.defs
Schema
Section titled “Schema”{ "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" } }}