Arraypush function

Looks like arraypush etc. functions have been deprecated. Earlier there was an example how to calculate 24h average of temperature by using arraypush. Any possibility to have updated example by using latest and greatest Reactor methods?

It’s the same, you just use push() instead of arraypush(). I’ve updated the old post.