Add units to conductivity and light sensor interfaces

This commit is contained in:
Michael Zanetti 2019-01-28 17:40:52 +01:00
parent 62c941f3c8
commit 41d023e411
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"states": [ "states": [
{ {
"name": "conductivity", "name": "conductivity",
"type": "double" "type": "double",
"unit": "UnitMicroSiemensPerCentimeter"
} }
] ]
} }

View File

@ -3,7 +3,8 @@
"states": [ "states": [
{ {
"name": "lightIntensity", "name": "lightIntensity",
"type": "double" "type": "double",
"unit": "Lux"
} }
] ]
} }