diff --git a/fhem/FHEM/10_CUL_HM.pm b/fhem/FHEM/10_CUL_HM.pm index 8d8b2a7a8..b3471dc8d 100755 --- a/fhem/FHEM/10_CUL_HM.pm +++ b/fhem/FHEM/10_CUL_HM.pm @@ -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";