14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"description": "Interface for PH sensors.",
|
|
"extends": "sensor",
|
|
"states": [
|
|
{
|
|
"name": "ph",
|
|
"type": "double",
|
|
"minValue": 0,
|
|
"maxValue": 14,
|
|
"logged": true
|
|
}
|
|
]
|
|
}
|