mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
_ME is needed by GROUP
git-svn-id: https://svn.fhem.de/fhem/trunk@673 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4255dcffc0
commit
25b9f4474a
@ -32,6 +32,7 @@ sub FW_zoomLink($$$);
|
||||
sub FW_calcWeblink($$);
|
||||
|
||||
use vars qw($__dir); # moddir (./FHEM), needed by SVG
|
||||
use vars qw($__ME); # webname (fhem), needed by 97_GROUP
|
||||
my $zlib_loaded;
|
||||
|
||||
|
||||
@ -44,7 +45,6 @@ my $__detail; # currently selected device for detail view
|
||||
my %__devs; # hash of from/to entries per device
|
||||
my %__icons; # List of icons
|
||||
my $__iconsread; # Timestamp of last icondir check
|
||||
my $__ME; # webname (fhem)
|
||||
my $__plotmode; # Global plot mode (WEB attribute)
|
||||
my $__plotsize; # Global plot size (WEB attribute)
|
||||
my %__pos; # scroll position
|
||||
|
Loading…
x
Reference in New Issue
Block a user