Skip to content

H801-mqtt-json-v1.0.1

Compare
Choose a tag to compare
@starkillerOG starkillerOG released this 27 Apr 16:31
· 36 commits to master since this release
562b863

Small bug fix

  • if the color state is (r=0, g=0, b=0), you get stuck since the turn_on command turns the LEDs on to a color of 0 and therefore it will recognise it as off -> you cannot turn it on again withouth using a combined turn_on and color command. This fixes that issue.