mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
fheminfo: use FhemUtils::release moved out of fhem.pl
git-svn-id: https://svn.fhem.de/fhem/trunk@3775 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1c230f21df
commit
55885100ec
@ -25,6 +25,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Config;
|
||||
use FhemUtils::release;
|
||||
|
||||
sub CommandFheminfo($$);
|
||||
|
||||
@ -32,10 +33,6 @@ sub CommandFheminfo($$);
|
||||
sub
|
||||
fheminfo_Initialize($$)
|
||||
{
|
||||
if(!eval "require FhemUtils::release") {
|
||||
require release;
|
||||
}
|
||||
|
||||
my %hash = (
|
||||
Fn => "CommandFheminfo",
|
||||
Hlp => "[send],show or send Fhem statistics",
|
||||
|
Loading…
x
Reference in New Issue
Block a user