mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
fixed wrong commit
git-svn-id: https://svn.fhem.de/fhem/trunk@3641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6bf3e6b2b5
commit
673e34df8a
@ -446,7 +446,7 @@ LightScene_Get($@)
|
||||
return $ret;
|
||||
}
|
||||
|
||||
return "Unknown argument $cmd, choose one of html:noArg scenes:noArg scene:".join(",", sort keys %{$hash->{SCENES}})};
|
||||
return "Unknown argument $cmd, choose one of html:noArg scenes:noArg scene:".join(",", sort keys %{$hash->{SCENES}});
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user