CPU/Computer

Type: component | Size: small
PROBLEM

SOLUTION

Processes inputs and executes logic to automate or control other components.

Inputs
  • comp_charge
  • comp_keyboard
Outputs
  • comp_monitor
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_cpu",
    "name": "CPU\/Computer",
    "type": "component",
    "inputs": [
        "comp_charge",
        "comp_keyboard"
    ],
    "outputs": [
        "comp_monitor"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "size": "small",
    "description": "Processes inputs and executes logic to automate or control other components.",
    "template": "component"
}