Hello,
I am trying to show some properties of one device. I mean, I am trying to do this but adopted to my case:https://docs.thinger.io/features/dashboards#from-code-snippet
In my case, I want to show to the user the value of the property “scenes.scene1.name”. For that reason, I have created an HTML Widget:
And I have indicated in the widget that I want to show that value:
Then, in the code snippet I have put into “{{}}” the property name:
But it does not work. Nevertheless, if i do the same but with a widget of “Text/Value” it works correctly:
You could see on the left the HTML Widget with “{{}}”, and on the right the “Text/Value” widget:
I would be so grateful if you could help me.
Thank you so much!