2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

00_CUL.pm: generate event on get (Forum #54450)

git-svn-id: https://svn.fhem.de/fhem/trunk@11637 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-06-09 18:01:20 +00:00
parent e81fafddea
commit 20d4fe2d08

View File

@ -431,7 +431,7 @@ CUL_Get($@)
} }
readingsSingleUpdate($hash, $a[1], $msg, 0); readingsSingleUpdate($hash, $a[1], $msg, 1);
return "$a[0] $a[1] => $msg"; return "$a[0] $a[1] => $msg";
} }