Sensor $40

Type: component
PROBLEM

The world is full of conditions and something has to notice them.

SOLUTION

General-purpose sensing component that detects a condition - chemical, thermal, moisture, proximity, gas, or otherwise, per installed sensing element - and reports it as a signal. It does not interpret, judge, or fix the condition. It notices, professionally. Pair with any display or logic component to turn noticing into knowing.

Inputs
Outputs
  • comp_wifi
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_sensor",
    "name": "Sensor",
    "type": "component",
    "inputs": [],
    "outputs": [
        "comp_wifi"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "price": "40",
    "problem": "The world is full of conditions and something has to notice them.",
    "description": "General-purpose sensing component that detects a condition - chemical, thermal, moisture, proximity, gas, or otherwise, per installed sensing element - and reports it as a signal. It does not interpret, judge, or fix the condition. It notices, professionally. Pair with any display or logic component to turn noticing into knowing.",
    "template": "component"
}