Hi,
I am struggling changing some scenes given by the integration Reolink in Nodered.
Could read the scence as attributes (see screen shot) but do not know how to change them. Any idea how to do that with node red? Thanks - JJ
Use an action node with select.select_option
. Place the option in the data section. Clicking load example for most actions will load the default format in the data section.
Thanks - excellent, solved it! JJ