mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhem.pl: fix warning (Forum #104803)
git-svn-id: https://svn.fhem.de/fhem/trunk@20415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
02b8d986c4
commit
1345dabc42
@ -430,7 +430,7 @@ my %ra = (
|
|||||||
"list" => { Fn=>"CommandList",
|
"list" => { Fn=>"CommandList",
|
||||||
Hlp=>"[-r] [devspec] [value],list definitions and status info" },
|
Hlp=>"[-r] [devspec] [value],list definitions and status info" },
|
||||||
"modify" => { Fn=>"CommandModify",
|
"modify" => { Fn=>"CommandModify",
|
||||||
Hlp=>"device <type-dependent-options>","modify the definition" },
|
Hlp=>"device <type-dependent-options>,modify the definition" },
|
||||||
"quit" => { Fn=>"CommandQuit",
|
"quit" => { Fn=>"CommandQuit",
|
||||||
ClientFilter => "telnet",
|
ClientFilter => "telnet",
|
||||||
Hlp=>",end the client session" },
|
Hlp=>",end the client session" },
|
||||||
@ -468,7 +468,7 @@ my %ra = (
|
|||||||
Hlp => "[<fileName>|all|check|checktime|force] ".
|
Hlp => "[<fileName>|all|check|checktime|force] ".
|
||||||
"[http://.../controlfile],update FHEM" },
|
"[http://.../controlfile],update FHEM" },
|
||||||
"updatefhem" => { ReplacedBy => "update" },
|
"updatefhem" => { ReplacedBy => "update" },
|
||||||
"usb" => { ModuleName => "autocreate" },
|
"usb" => { ModuleName => "autocreate" }
|
||||||
);
|
);
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user