diff --git a/fhem/contrib/71_LISTENLIVE.pm b/fhem/contrib/71_LISTENLIVE.pm index b252b65cb..dbd36e293 100644 --- a/fhem/contrib/71_LISTENLIVE.pm +++ b/fhem/contrib/71_LISTENLIVE.pm @@ -212,7 +212,7 @@ sub LISTENLIVE_Define($$) { Log3($name, 3, "LISTENLIVE $name PRESENCE $pres_name created."); $defs{$pres_name}{TEMPORARY} = 1; $attr{$pres_name}{verbose} = 2; - $attr{$pres}{room} = 'hidden'; + $attr{$pres_name}{room} = 'hidden'; } } else { Log3($name, 3, "LISTENLIVE $name PRESENCE pres_$name found.");