git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5467 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2014-04-06 22:37:24 +00:00
parent 3c39fb3986
commit 2cb2ca6982

View File

@@ -329,7 +329,7 @@ hsb2hex($$$) {
# COLOR SPACE: RGB(hex) & RGB(dec)
# hex > r=hex(00, FF), s=hex(00, FF), v=hex(00, FF)
# hex > r=hex(00, FF), g=hex(00, FF), b=hex(00, FF)
# dec > r=int(0, 255), g=int(0, 255), b=int(0, 255)
#