Closed b-rad15 closed 3 months ago
Fixed the example for setone (device 0, light 1, blue) from setone=0,1,0,0 to setone=0,1,0,0,255
It's not a typo - omitted brightness is always 255.
This is not the case currently, it returns the error setone: Incorrect arguments count (at least 5 needed) because of the CheckCommand function
setone: Incorrect arguments count (at least 5 needed)
Fixed the example for setone (device 0, light 1, blue) from setone=0,1,0,0 to setone=0,1,0,0,255