added global to rgb

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-02 10:02:02 +02:00
parent d37085eac7
commit 2ff5daa669
1 changed files with 3 additions and 0 deletions

View File

@ -94,8 +94,11 @@ if __name__ == '__main__':
mode = 0
power = "True"
global r
r = 255
global g
g = 255
global b
b = 255
mqttBroker ="homeassistant.ping-mee.local"