mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +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 strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Config;
|
use Config;
|
||||||
|
use FhemUtils::release;
|
||||||
|
|
||||||
sub CommandFheminfo($$);
|
sub CommandFheminfo($$);
|
||||||
|
|
||||||
@ -32,10 +33,6 @@ sub CommandFheminfo($$);
|
|||||||
sub
|
sub
|
||||||
fheminfo_Initialize($$)
|
fheminfo_Initialize($$)
|
||||||
{
|
{
|
||||||
if(!eval "require FhemUtils::release") {
|
|
||||||
require release;
|
|
||||||
}
|
|
||||||
|
|
||||||
my %hash = (
|
my %hash = (
|
||||||
Fn => "CommandFheminfo",
|
Fn => "CommandFheminfo",
|
||||||
Hlp => "[send],show or send Fhem statistics",
|
Hlp => "[send],show or send Fhem statistics",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user