Light

Type: component | Extends: Segment
On Off Switch
PROBLEM

SOLUTION

components

no description

Inspect
EXTENDS
Inputs
  • comp_charge
  • comp_onoff
  • comp_knob
Outputs
  • comp_light
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_light",
    "name": "Light",
    "type": "component",
    "inputs": [
        "comp_charge",
        "comp_onoff",
        "comp_knob"
    ],
    "outputs": [
        "comp_light"
    ],
    "passthru": [],
    "children": [
        "comp_onoff"
    ],
    "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."
    },
    "image": "comp_light",
    "template": "component"
}