mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
{state} must be a hash, we cannot assign a string to it.
We don't need it anyway... git-svn-id: https://svn.fhem.de/fhem/trunk@1471 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b44dd0d663
commit
650a2db82a
@ -138,7 +138,6 @@ FHEM2FHEM_Read($)
|
|||||||
LoadModule($type);
|
LoadModule($type);
|
||||||
$defs{$name}{NAME} = $name;
|
$defs{$name}{NAME} = $name;
|
||||||
$defs{$name}{TYPE} = $type;
|
$defs{$name}{TYPE} = $type;
|
||||||
$defs{$name}{READINGS}{state} = 'fake';
|
|
||||||
DoTrigger($name, $msg);
|
DoTrigger($name, $msg);
|
||||||
delete($defs{$name});
|
delete($defs{$name});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user