Hi,
I have a setup where I put functions into the shared cache so they can be used as a callback by other rules. This is used to dynamically execute actions using Pushover messages.
It worked fine, but with updating to OH 5.2.1 and the latest openhab-js this fails. This is most likely caused by the newly introduced javaify method. It would be great if the old behavior would still be possible.
Hi,
I have a setup where I put functions into the shared cache so they can be used as a callback by other rules. This is used to dynamically execute actions using Pushover messages.
It worked fine, but with updating to OH 5.2.1 and the latest openhab-js this fails. This is most likely caused by the newly introduced
javaifymethod. It would be great if the old behavior would still be possible.