2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-28 08:54:51 +00:00

max.template: fix wrong filter

git-svn-id: https://svn.fhem.de/fhem/trunk@21438 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut 2020-03-17 16:42:12 +00:00
parent 00e575937c
commit 0ac564669d

View File

@ -15,7 +15,7 @@
###################################################################### ######################################################################
name:MAX_HeatingThermostat_dark name:MAX_HeatingThermostat_dark
filter:TYPE=MAX:filter:devtype=(1|2) filter:TYPE=MAX:FILTER=devtype=(1|2)
desc:To configure a HeatingThermostat desc:To configure a HeatingThermostat
order:M1 order:M1
par:ICON;ICON as set, defaults to MAX;{ AttrVal("DEVICE","icon","max_heizungsthermostat") } par:ICON;ICON as set, defaults to MAX;{ AttrVal("DEVICE","icon","max_heizungsthermostat") }
@ -26,9 +26,7 @@ par:CONFIG;CONFIG as set, defaults to MAX;{ AttrVal("DEVICE","autosaveConfig","1
par:EOCR;EOCR as set, defaults to MAX;{ AttrVal("DEVICE","event-on-change-reading",".*") } par:EOCR;EOCR as set, defaults to MAX;{ AttrVal("DEVICE","event-on-change-reading",".*") }
attr DEVICE icon ICON attr DEVICE icon ICON
attr DEVICE comment COMMENT attr DEVICE comment COMMENT
attr DEVICE devStateIcon auto:sani_heating_automatic@lightgray manual:sani_heating_manual@yellow temporary:sani_heating_timer@yellow \ attr DEVICE devStateIcon auto:sani_heating_automatic@lightgray manual:sani_heating_manual@yellow ok:measure_battery_100@green low:measure_battery_0@red (0|alive):10px-kreis-gruen (1|dead):10px-kreis-rot timeout:10px-kreis-gelb
ok:measure_battery_100@green low:measure_battery_0@red \
(0|alive):10px-kreis-gruen (1|dead):10px-kreis-rot timeout:10px-kreis-gelb
attr DEVICE stateFormat mode\ attr DEVICE stateFormat mode\
battery\ battery\
rferror\ rferror\
@ -40,12 +38,12 @@ attr DEVICE debug DEBUG
attr DEVICE actCycle ACT attr DEVICE actCycle ACT
attr DEVICE autosaveConfig CONFIG attr DEVICE autosaveConfig CONFIG
attr DEVICE event-on-change-reading EOCR attr DEVICE event-on-change-reading EOCR
set DEVICE attrTemplate speech_recognition_type_thermostat set DEVICE attrTemplate speech_recognition_type_thermostate
###################################################################### ######################################################################
###################################################################### ######################################################################
name:MAX_WallMountedThermostat_dark name:MAX_WallMountedThermostat_dark
filter:TYPE=MAX:filter:devtype=(3|7) filter:TYPE=MAX:FILTER=devtype=(3|7)
desc:To configure a WallMountedThermostat desc:To configure a WallMountedThermostat
order:M2 order:M2
par:ICON;ICON as set, defaults to MAX;{ AttrVal("DEVICE","icon","max_wandthermostat") } par:ICON;ICON as set, defaults to MAX;{ AttrVal("DEVICE","icon","max_wandthermostat") }
@ -58,9 +56,7 @@ attr DEVICE icon ICON
attr DEVICE comment COMMENT attr DEVICE comment COMMENT
attr DEVICE debug DEBUG attr DEVICE debug DEBUG
attr DEVICE actCycle ACT attr DEVICE actCycle ACT
attr DEVICE devStateIcon auto:sani_heating_automatic@lightgray manual:sani_heating_manual@yellow temporary:sani_heating_timer@yellow \ attr DEVICE devStateIcon auto:sani_heating_automatic@lightgray manual:sani_heating_manual@yellow ok:measure_battery_100@green low:measure_battery_0@red (0|alive):10px-kreis-gruen (1|dead):10px-kreis-rot timeout:10px-kreis-gelb
ok:measure_battery_100@green low:measure_battery_0@red \
(0|alive):10px-kreis-gruen (1|dead):10px-kreis-rot timeout:10px-kreis-gelb
attr DEVICE stateFormat mode\ attr DEVICE stateFormat mode\
battery\ battery\
rferror\ rferror\
@ -70,11 +66,11 @@ attr DEVICE webCmdLabel Ist<br>:Soll<br>
attr DEVICE widgetOverride temperature:selectnumbers,15,0.1,29,1,lin attr DEVICE widgetOverride temperature:selectnumbers,15,0.1,29,1,lin
attr DEVICE autosaveConfig CONFIG attr DEVICE autosaveConfig CONFIG
attr DEVICE event-on-change-reading EOCR attr DEVICE event-on-change-reading EOCR
set DEVICE attrTemplate speech_recognition_type_thermostat set DEVICE attrTemplate speech_recognition_type_thermostate
###################################################################### ######################################################################
###################################################################### ######################################################################
name:MAX_ShutterContac_dark name:MAX_ShutterContact_dark
filter:TYPE=MAX:filter:devtype=(4|6) filter:TYPE=MAX:filter:devtype=(4|6)
desc:To configure a ShutterContact desc:To configure a ShutterContact
order:M3 order:M3