2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

HMConfig:set program-select for templist profile optional. allow pctslat float values

git-svn-id: https://svn.fhem.de/fhem/trunk@22974 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2020-10-15 13:34:54 +00:00
parent 0c70d64458
commit ee54f2cf71

View File

@ -1838,7 +1838,7 @@ $culHmSubTypeSets{motionAndBtn} = $culHmSubTypeSets{threeStateSensor};
,"HM-TC-IT-WM-W-EU" =>{ inhibit =>"[(on|{off})]"} ,"HM-TC-IT-WM-W-EU" =>{ inhibit =>"[(on|{off})]"}
,"HM-SEC-SD" =>{ statusRequest =>""} ,"HM-SEC-SD" =>{ statusRequest =>""}
,"HM-SEC-SD-2" =>{ statusRequest =>""} ,"HM-SEC-SD-2" =>{ statusRequest =>""}
,"HM-LC-JA1PBU-FM" =>{ pctSlat =>"(0-100|old|noChng)" ,"HM-LC-JA1PBU-FM" =>{ pctSlat =>"(-slatValue-|old|noChng)"
,pctLvlSlat =>"(-value-|old|noChng) (-slatValue-|old|noChng)" ,pctLvlSlat =>"(-value-|old|noChng) (-slatValue-|old|noChng)"
} }
,"ACTIONDETECTOR" =>{ clear =>"(readings|all)" ,"ACTIONDETECTOR" =>{ clear =>"(readings|all)"
@ -1915,13 +1915,13 @@ $culHmModelSets{"HM-HM-LC-DW-WM"} = $culHmSubTypeSets{dimmer}; ##### re
,"HM-TC-IT-WM-W-EU02" =>{ controlMode =>"(auto|manual|boost|day|night)" ,"HM-TC-IT-WM-W-EU02" =>{ controlMode =>"(auto|manual|boost|day|night)"
,controlManu =>"(on|off|5.0..30.0;0.5)" ,controlManu =>"(on|off|5.0..30.0;0.5)"
,controlParty =>"-temp- -startDate- -startTime- -endDate- -endTime-" ,controlParty =>"-temp- -startDate- -startTime- -endDate- -endTime-"
,tempListSat =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListSat =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,tempListSun =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListSun =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,tempListMon =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListMon =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,tempListTue =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListTue =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,tempListThu =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListThu =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,tempListWed =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListWed =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,tempListFri =>"[(prep|{exec})] (p1|p2|p3) -HH:MM- -temp- [...]" ,tempListFri =>"[(prep|{exec})] [({p1}|p2|p3)] -HH:MM- -temp- [...]"
,"desired-temp" =>"(on|off|5.0..30.0;0.5)" ,"desired-temp" =>"(on|off|5.0..30.0;0.5)"
,tempListTmpl =>"[({verify}|restore)] [[-file-:]-templateName-]" ,tempListTmpl =>"[({verify}|restore)] [[-file-:]-templateName-]"
,tempTmplSet =>"-tempTmpl-" ,tempTmplSet =>"-tempTmpl-"