Add units to conductivity and light sensor interfaces

pull/135/head
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": [
{
"name": "conductivity",
"type": "double"
"type": "double",
"unit": "UnitMicroSiemensPerCentimeter"
}
]
}

View File

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