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

HMConfig:correct SDteam teamcall

git-svn-id: https://svn.fhem.de/fhem/trunk@22657 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2020-08-23 22:15:50 +00:00
parent 3620c709e2
commit 944c1918dc

View File

@ -2041,11 +2041,11 @@ $culHmChanSets{"HM-TC-IT-WM-W-EU07"} = $culHmChanSets{"HM-TC-IT-WM-W-EU01"};
},
sdLead2 =>{ alarmOn =>""
,alarmOff =>""
,teamCall =>"[({no})]"
,teamCall =>"[(1..255;1)]"
},
vdCtrl =>{ valvePos =>"(off|0.0..99.0;0.5)"},
virtThSens =>{ virtTemp =>"(off|-20.0..50.0;0.5)",
virtHum =>"(off|0.0..99.0;0.5)"}
vdCtrl =>{ valvePos =>"(off|0.0..99.0;0.1)"},
virtThSens =>{ virtTemp =>"(off|-20.0..50.0;0.1)",
virtHum =>"(off|0.0..99.0;0.1)"}
);
#General $culHmFunctSets{"sdLead2"} = $culHmFunctSets{"sdLead1"};