Solar Panel

Type: component
PROBLEM

SOLUTION

A photovoltaic collection surface that converts ambient sunlight into usable electrical energy. Powers the Pro tier motor, the recycler, and whatever else needs electrons. Works best outdoors, which is exactly where this product lives.

Inputs
  • comp_light
Outputs
  • comp_charge
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_solar_panel",
    "name": "Solar Panel",
    "type": "component",
    "inputs": [
        "comp_light"
    ],
    "outputs": [
        "comp_charge"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "description": "A photovoltaic collection surface that converts ambient sunlight into usable electrical energy. Powers the Pro tier motor, the recycler, and whatever else needs electrons. Works best outdoors, which is exactly where this product lives.",
    "template": "component"
}