mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhem.pl: remove <> from global state (Forum #53532)
git-svn-id: https://svn.fhem.de/fhem/trunk@11545 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a11b9f0d7b
commit
ff4a2d7286
@ -3196,8 +3196,8 @@ doGlobalDef($)
|
||||
$devcount = 1;
|
||||
$defs{global}{NR} = $devcount++;
|
||||
$defs{global}{TYPE} = "Global";
|
||||
$defs{global}{STATE} = "<no definition>";
|
||||
$defs{global}{DEF} = "<no definition>";
|
||||
$defs{global}{STATE} = "no definition";
|
||||
$defs{global}{DEF} = "no definition";
|
||||
$defs{global}{NAME} = "global";
|
||||
|
||||
CommandAttr(undef, "global verbose 3");
|
||||
|
Loading…
Reference in New Issue
Block a user