removed empty/duplicate temperatures
This commit is contained in:
@@ -19,7 +19,7 @@ type=${prefix##ebusd_}
|
|||||||
skip=
|
skip=
|
||||||
if [ "$type" = "temp" ]; then
|
if [ "$type" = "temp" ]; then
|
||||||
match="Temp(Input|Output|Bottom|Top)?\$|outsidetemp"
|
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
|
elif [ "$type" = "press" ]; then
|
||||||
match="Press(High|Low)?\$"
|
match="Press(High|Low)?\$"
|
||||||
skip="KeyPress"
|
skip="KeyPress"
|
||||||
|
|||||||
Reference in New Issue
Block a user