H801-mqtt-json-v1.0.1
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.