Updated MQTT topic for magic
This commit is contained in:
parent
a63f3ed47b
commit
fef007f98d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue