Add units to conductivity and light sensor interfaces
This commit is contained in:
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user