Updated MQTT topic for magic

This commit is contained in:
Shy 2017-03-18 13:11:41 +01:00
parent a63f3ed47b
commit fef007f98d

View file

@ -236,7 +236,7 @@ class C4Room:
light.set_color(colorscheme.color_for(light.topic))
cmd.append({
"topic" : "ghost" + light.topic[light.topic.find('/'):],
"topic" : "ghosts" + light.topic[light.topic.find('/'):],
"payload" : light.payload
})
else: