How to set global custom variable from local variable? #4326
Unanswered
Nodi-Rubrum
asked this question in
Q&A
Replies: 1 comment
-
|
(copied from the other discussion) Its not pretty, but you can get that feedback into a global variable through an expression variable. It is a bit tedious as you will need to add the local variable and set the expression to reference that variable, but would work. An earlier iteration of expression variables was to allow any feedback type to be chosen, but it was deemed too confusing/complex to handle all the different cases in a good UX |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to set global custom variable from local variable? Given the 'new' way to subscribe to MQTT topics, forces you to use a local variable (per the notice that MQTT payload value set direct to global variable is going to be depreciated). I am now puzzled as to how to get the local variable value into a global variable.
Beta Was this translation helpful? Give feedback.
All reactions