mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11995 from conrad784/feature/fix-autodisovery-units-bluetooth
feat: added units of mi flora sensors like shown in the ui
This commit is contained in:
commit
2bc67da369
|
@ -2822,17 +2822,17 @@ const char *classes[] = {
|
||||||
// 7
|
// 7
|
||||||
"", //- empty device class
|
"", //- empty device class
|
||||||
"Moisture",
|
"Moisture",
|
||||||
"",
|
"%",
|
||||||
|
|
||||||
// 8
|
// 8
|
||||||
"", //- empty device class
|
"", //- empty device class
|
||||||
"Illuminance",
|
"Illuminance",
|
||||||
"",
|
"lx",
|
||||||
|
|
||||||
// 9
|
// 9
|
||||||
"", //- empty device class
|
"", //- empty device class
|
||||||
"Fertility",
|
"Fertility",
|
||||||
"",
|
"µS/cm",
|
||||||
|
|
||||||
// 10
|
// 10
|
||||||
"", //- empty device class
|
"", //- empty device class
|
||||||
|
|
Loading…
Reference in New Issue