removed empty/duplicate temperatures

This commit is contained in:
john30
2016-12-10 16:52:10 +01:00
parent ce12c93066
commit 4738b62091
+1 -1
View File
@@ -19,7 +19,7 @@ type=${prefix##ebusd_}
skip=
if [ "$type" = "temp" ]; then
match="Temp(Input|Output|Bottom|Top)?\$|outsidetemp"
skip="Bivalent|Max|Min|Outside|mc5:"
skip="Bivalent|Max|Min|Outside|mc5:|rcc.*:Flow|^ui"
elif [ "$type" = "press" ]; then
match="Press(High|Low)?\$"
skip="KeyPress"