2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +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:
justme-1968 2013-08-09 12:51:30 +00:00
parent 6bf3e6b2b5
commit 673e34df8a

View File

@ -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;