Battery

Type: component | Extends: Segment
PROBLEM

SOLUTION

EXTENDS
Inputs
  • comp_charge
Outputs
  • comp_charge
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_battery",
    "name": "Battery",
    "type": "component",
    "inputs": [
        "comp_charge"
    ],
    "outputs": [
        "comp_charge"
    ],
    "passthru": [],
    "children": [],
    "extends": {
        "id": "comp_segment",
        "name": "Segment",
        "type": "component",
        "inputs": [],
        "outputs": [],
        "passthru": [],
        "children": [],
        "tree": [],
        "extends": null,
        "problem": "There are not enough burritos.",
        "description": "A standardized building block of the whole MTREES Universe, called the Burrito Builder. Each segment hosts one or more components and connects above and below via universal locking collar. Stack as many as the ceiling allows."
    },
    "template": "component"
}