mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
4dis display text
git-svn-id: https://svn.fhem.de/fhem/trunk@3159 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
051aa3fef9
commit
6c6928ea16
@ -3450,7 +3450,7 @@ sub CUL_HM_4DisText($) {# convert text for 4dis
|
||||
my ($hash)=@_;
|
||||
my $name = $hash->{NAME};
|
||||
my $regLN = ((CUL_HM_getAttrInt($name,"expert") == 2)?"":".")."RegL_";
|
||||
my $reg1 = ReadingsVal($name,$regLN."05:" ,"");
|
||||
my $reg1 = ReadingsVal($name,$regLN."01:" ,"");
|
||||
my %txt;
|
||||
foreach my $sAddr (54,70){
|
||||
my $txtHex = $reg1; #one row
|
||||
|
Loading…
x
Reference in New Issue
Block a user