{READINGS}{STATE}{VAL} durch korrektes {READINGS}{state}{VAL} ersetzt
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1455 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -354,8 +354,8 @@ CUL_HM_Parse($$)
|
||||
# Set the valve state too, without an extra trigger
|
||||
if($dhash) {
|
||||
$dhash->{STATE} = "$vp %";
|
||||
$dhash->{READINGS}{STATE}{TIME} = $tn;
|
||||
$dhash->{READINGS}{STATE}{VAL} = "$vp %";
|
||||
$dhash->{READINGS}{state}{TIME} = $tn;
|
||||
$dhash->{READINGS}{state}{VAL} = "$vp %";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user