mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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",
|
||||
Hlp=>"[-r] [devspec] [value],list definitions and status info" },
|
||||
"modify" => { Fn=>"CommandModify",
|
||||
Hlp=>"device <type-dependent-options>","modify the definition" },
|
||||
Hlp=>"device <type-dependent-options>,modify the definition" },
|
||||
"quit" => { Fn=>"CommandQuit",
|
||||
ClientFilter => "telnet",
|
||||
Hlp=>",end the client session" },
|
||||
@ -468,7 +468,7 @@ my %ra = (
|
||||
Hlp => "[<fileName>|all|check|checktime|force] ".
|
||||
"[http://.../controlfile],update FHEM" },
|
||||
"updatefhem" => { ReplacedBy => "update" },
|
||||
"usb" => { ModuleName => "autocreate" },
|
||||
"usb" => { ModuleName => "autocreate" }
|
||||
);
|
||||
|
||||
###################################################
|
||||
|
Loading…
Reference in New Issue
Block a user