Fan

Type: component | Extends: Segment
Dial/Knob
PROBLEM

Everyone needs a fan, even if its your mom. She's my fan too.

SOLUTION

Regardless if your mom blows hot air or something else. Be sure to work the knob to 11 because 11 is better than 10.

components
EXTENDS
Inputs
  • comp_charge
  • comp_knob
Outputs
  • comp_spin
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_fan",
    "name": "Fan",
    "type": "component",
    "inputs": [
        "comp_charge",
        "comp_knob"
    ],
    "outputs": [
        "comp_spin"
    ],
    "passthru": [],
    "children": [
        "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."
    },
    "problem": "Everyone needs a fan, even if its your mom. She's my fan too.",
    "description": "Regardless if your mom blows hot air or something else. Be sure to work the knob to 11 because 11 is better than 10.",
    "template": "component"
}