NotifyOrderPrefix to simplify the average module
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1168 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -325,6 +325,10 @@ CommandUsb($$)
|
||||
my $msg;
|
||||
my $dir = "/dev";
|
||||
|
||||
if($^O =~ m/Win/) {
|
||||
return "This command is not yet supported on windows";
|
||||
}
|
||||
|
||||
require "$attr{global}{modpath}/FHEM/DevIo.pm";
|
||||
|
||||
foreach my $dev (sort split("\n", `ls $dir`)) {
|
||||
|
||||
Reference in New Issue
Block a user