ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 27 forks source link

iobroker.list not does not evaluate correct ts when not reading values #432

Open mickym2 opened 5 months ago

mickym2 commented 5 months ago

If the list node does not read values then the last ts in the returned objects is incorrect. (Seems as this ts contains then the creation date of the object).

Only if the list node reads all values of the selected objects the correct timestamp (ts) is returned in the objects:

image