2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 09:49:20 +00:00

HMConfig: handle shadow register

git-svn-id: https://svn.fhem.de/fhem/trunk@7329 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-12-27 08:23:50 +00:00
parent 17d23c3043
commit 751b6d60f2

View File

@ -3905,17 +3905,20 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
}
CUL_HM_PushCmdStack($hash,$msg) if ($msg);
}
elsif($cmd eq "displayWM" ) { #################################################
elsif($cmd eq "displayWM" ) { ###############################################
# textNo color icon
my %color=(white=>0,red=>1,orange=>2,yellow=>3,green=>4,blue=>5);
my %icon=( off=>0,on=>1,open=>2,closed=>3,error=>4,ok=>5
,ic6=>6,ic7=>7,ic8=>8,ic9=>9,i10=>10,signal=>11
,ic12=>12,ic13=>13
,noIcon=>99);
my %btn=(txt01_1=>0 ,txt01_2=>1 ,txt02_1=>2 ,txt02_2=>3 ,txt03_1=>4 ,txt03_2=>5,
txt04_1=>6 ,txt04_2=>7 ,txt05_1=>8 ,txt05_2=>9 ,txt06_1=>10,txt06_2=>11,
txt07_1=>12,txt07_2=>13,txt08_1=>14,txt08_2=>15,txt09_1=>16,txt09_2=>17,
txt10_1=>18,txt10_2=>19);
my %icon=( off =>0, on=>1, open=>2, closed=>3, error=>4, ok=>5
,info=>6, newMsg=>7, serviceMsg=>8
,sigGreen=>9, sigYellow=>10, sigred=>11
,ic12=>12, ic13=>13
,noIcon=>99
);
my %btn=( txt01_1=>0, txt01_2=>1, txt02_1=>2, txt02_2=>3, txt03_1=>4
, txt03_2=>5, txt04_1=>6, txt04_2=>7, txt05_1=>8, txt05_2=>9
, txt06_1=>10,txt06_2=>11,txt07_1=>12,txt07_2=>13,txt08_1=>14
, txt08_2=>15,txt09_1=>16,txt09_2=>17,txt10_1=>18,txt10_2=>19
);
my $msg = "800102";