2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

00_KM271.pm: Added slider for temperature selection of HK1 and HK2

git-svn-id: https://svn.fhem.de/fhem/trunk@8155 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
physikus 2015-03-05 19:44:58 +00:00
parent 31c406fc8f
commit 8b1972cf45

View File

@ -14,15 +14,15 @@ use Time::HiRes qw( time );
my %km271_sets = ( my %km271_sets = (
"hk1_nachtsoll" => {SET => "07006565%02x656565:0700%02x", # 0.5 celsius "hk1_nachtsoll" => {SET => "07006565%02x656565:0700%02x", # 0.5 celsius
OPT => ""}, OPT => ":slider,10,0.5,30,1"},
"hk1_tagsoll" => {SET => "0700656565%02x6565:0701%02x", # 0.5 celsius "hk1_tagsoll" => {SET => "0700656565%02x6565:0701%02x", # 0.5 celsius
OPT => ""}, OPT => ":slider,10,0.5,30,1"},
"hk1_betriebsart" => {SET => "070065656565%02x65:0702%02x", "hk1_betriebsart" => {SET => "070065656565%02x65:0702%02x",
OPT => ""}, OPT => ""},
"hk2_nachtsoll" => {SET => "08006565%02x656565:0800%02x", # 0.5 celsius "hk2_nachtsoll" => {SET => "08006565%02x656565:0800%02x", # 0.5 celsius
OPT => ""}, OPT => ":slider,10,0.5,30,1"},
"hk2_tagsoll" => {SET => "0800656565%02x6565:0801%02x", # 0.5 celsius "hk2_tagsoll" => {SET => "0800656565%02x6565:0801%02x", # 0.5 celsius
OPT => ""}, OPT => ":slider,10,0.5,30,1"},
"hk2_betriebsart" => {SET => "080065656565%02x65:0802%02x", "hk2_betriebsart" => {SET => "080065656565%02x65:0802%02x",
OPT => ""}, OPT => ""},