13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"description": "Interface for ORP (Oxidation Reduction Potential) sensors.",
|
|
"extends": "sensor",
|
|
"states": [
|
|
{
|
|
"name": "orp",
|
|
"type": "double",
|
|
"unit": "MilliVolt",
|
|
"logged": true
|
|
}
|
|
]
|
|
}
|