hello
I have switched to context storage https://forum.iobroker.net/assets/uploads/files/3639_sc1.jpg
If I now look at the written value I see 2 pieces in the context overview. I assume that one is memory and the second is in the file system. How can I determine which of the two is the one from the memory in the display. I want to delete this one to see if I have implemented the changes correctly to every flow?
it seems that a flow is still writing to memory or the node containing global.set("wled",true, "storeInFile") has not yet updated the false.
I don't want to delete both just like that, otherwise my light control will get messed up.
In a change node using JSONata or a function node using Javascript global.set("wled", undefined, "memory"), you can set the global to undefined, which will delete it.
e.g.
I have just made an interesting observation. If I open node red via the brouser directly, I have the view I posted above.
If I open node red via the IObroker interface, the default and storeInFile information described by E1cid is available. Strange the different display
Has anyone observed something similar or do I have other differences that I haven't found yet?