mirror of https://github.com/nymea/nymea.git
Add units to conductivity and light sensor interfaces
parent
62c941f3c8
commit
41d023e411
|
|
@ -3,7 +3,8 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "conductivity",
|
||||
"type": "double"
|
||||
"type": "double",
|
||||
"unit": "UnitMicroSiemensPerCentimeter"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "lightIntensity",
|
||||
"type": "double"
|
||||
"type": "double",
|
||||
"unit": "Lux"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue