Closed
Description
Trying to set mqttTopic to a topic with prefix does not work (nothing happens). Setting it to {identifier}
works. Am I doing it wrong?
set mqttTopic actor/{identifier}
set mqttTopic {identifier}
+OK
set mqttTopic 'actor/{identifier}'
-ERROR unknown command
set mqttTopic "actor/{identifier}"
-ERROR unknown command