mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 06:08:44 +00:00
Bugfix by Tobias
git-svn-id: https://svn.fhem.de/fhem/trunk@1909 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7ba729da56
commit
a099f8db87
@ -171,6 +171,7 @@ sub structure_Notify($$)
|
||||
# zustand wenn der Status auf dem in der Struktur definierten
|
||||
# umdefiniert werden muss
|
||||
# bsp: on:An
|
||||
$devstate = ReadingsVal($d, "state", undef);
|
||||
if(defined($devstate) && $devstate eq $value[0]){
|
||||
$devstate = $value[1];
|
||||
push(@clientstate, $devstate);
|
||||
|
Loading…
x
Reference in New Issue
Block a user