2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

93_DbRep: FHEM command "dbReadingsVal" implemented

git-svn-id: https://svn.fhem.de/fhem/trunk@19282 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-04-28 17:59:57 +00:00
parent 0b4066bbe6
commit 35bad9b519
2 changed files with 2 additions and 2 deletions

View File

@ -1542,7 +1542,7 @@ sub DbRep_getInitDataDone($) {
my $opt = $a[4];
my $prop = $a[5];
my $fret = \&{$a[6]} if($a[6]);
my $idxstate = decode_base64($a[7]);
my $idxstate = $a[7]?decode_base64($a[7]):"";
my $dblogdevice = $hash->{HELPER}{DBLOGDEVICE};
$hash->{dbloghash} = $defs{$dblogdevice};
my $dbconn = $hash->{dbloghash}{dbconn};

View File

@ -1542,7 +1542,7 @@ sub DbRep_getInitDataDone($) {
my $opt = $a[4];
my $prop = $a[5];
my $fret = \&{$a[6]} if($a[6]);
my $idxstate = decode_base64($a[7]);
my $idxstate = $a[7]?decode_base64($a[7]):"";
my $dblogdevice = $hash->{HELPER}{DBLOGDEVICE};
$hash->{dbloghash} = $defs{$dblogdevice};
my $dbconn = $hash->{dbloghash}{dbconn};