This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
269 B
JSON

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