Thermometer

Type: component | Size: small
PROBLEM

SOLUTION

Measures temperature and reports the reading.

Inputs
Outputs
  • comp_temperature
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_thermometer",
    "name": "Thermometer",
    "type": "component",
    "inputs": [],
    "outputs": [
        "comp_temperature"
    ],
    "passthru": [],
    "children": [],
    "extends": null,
    "size": "small",
    "description": "Measures temperature and reports the reading.",
    "template": "component"
}