fheminfo: use FhemUtils::release moved out of fhem.pl
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3775 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user