Carbon Monoxide Detector

Type: component
PROBLEM

SOLUTION

Detects carbon monoxide at legally actionable levels. Keeps humans alive. Legally advisable. Morally non-negotiable.

Inputs
  • comp_charge
Outputs
  • comp_fire_alarm
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_carbon_monoxide_detector",
    "name": "Carbon Monoxide Detector",
    "type": "component",
    "inputs": [
        "comp_charge"
    ],
    "outputs": [
        "comp_fire_alarm"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "description": "Detects carbon monoxide at legally actionable levels. Keeps humans alive. Legally advisable. Morally non-negotiable.",
    "template": "component"
}