Air Pump

Type: component | Extends: Segment
On Off Switch
Dial/Knob
PROBLEM

SOLUTION

A simple air pump

components

no description

Inspect
EXTENDS
Inputs
  • comp_charge
Outputs
  • comp_airpump
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_airpump",
    "name": "Air Pump",
    "type": "component",
    "inputs": [
        "comp_charge"
    ],
    "outputs": [
        "comp_airpump"
    ],
    "passthru": [],
    "children": [
        "comp_onoff",
        "comp_knob"
    ],
    "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."
    },
    "price": "",
    "description": "A simple air pump",
    "template": "component"
}