Hi folks,
Some months ago the getProperty
function has been introduced in dashboard D2. That allows ui node developers to get easily the value of a property. That property can have its value from the config screen, but it can also be overwritten via msg.ui_update
. But that doesn't matter, because the getProperty function handles all of this nicely.
I was wondering if a similar function exists on the server-side. For my new ui-web-push node I need my property values (which can be overwritten dynamically) on the server-side, so it would be nice if something would be offered by the dashboard framework, so not all ui node developers have to reinvent hot water.
Perhaps we have already discussed this before somewhere on Discourse. But my brain is chaos at the moment
Thanks!!!
Bart