Can't set variable by MSR HTTP API ? "Variable is expression-driven and cannot be set"
-
Has this broken or stopped working? I was setting a Global Expression / Variable called "scene" via some HTTP requests sent into the MSR HTTP API etc.
However it seems to have stopped working and when I try one of the URLs in a browser it says "Variable is expression-driven and cannot be set".
Example command:
http://192.168.1.40:8111/api/v1/variable/scene/set?value=backcam
The version I am currently running is
latest-23171-85463e02Thanks
-
Strange, I deleted the Global Expression and created it again and now the HTTP API commands are working OK again.
In the browser for example I now see a response like this and the variable is set with my data OK.
{"name":"scene","expr":"","index":9,"mdt":1689950652569,"serial":22,"value":"backcam","since":1689950659980}
-
T toggledbits locked this topic on