From 379233327c7e7028fdfd68923ee5652b71eaa827 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sat, 3 Apr 2021 13:28:10 +0200 Subject: [PATCH] Update debug message --- mqtt.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mqtt.lua b/mqtt.lua index a445bcc..44c8c87 100644 --- a/mqtt.lua +++ b/mqtt.lua @@ -111,19 +111,19 @@ function registerMqtt() end elseif (string.match(topic, "color$")) then color = parseBgColor(data, "color") - print("Updated color" .. tostring(i) ) + print("Updated color" ) elseif (string.match(topic, "color1$")) then color1 = parseBgColor(data, "color1") - print("Updated color1" .. tostring(i) ) + print("Updated color1" ) elseif (string.match(topic, "color2$")) then color = parseBgColor(data, "color2") - print("Updated color2" .. tostring(i) ) + print("Updated color2" ) elseif (string.match(topic, "color3$")) then color = parseBgColor(data, "color3") - print("Updated color3" .. tostring(i) ) + print("Updated color3" ) elseif (string.match(topic, "color4$")) then color = parseBgColor(data, "color4") - print("Updated color4" .. tostring(i) ) + print("Updated color4" ) else for i=1,10,1 do if (string.match(topic, "row".. tostring(i) .."$")) then