2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@5467 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2014-04-06 22:37:24 +00:00
parent 49cb10b864
commit c7d8dc252a

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)
#