You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(crycode-de) Changed how custom parser scripts are interpreted. Most custom parser scripts should work as before but they have a limited scope now.
(crycode-de) Custom parser scripts now support getStateAsync, getForeignStateAsync, getObjectAsync and getForeignObjectAsync. If you have used getStateAsync/getObjectAsync before you need to change them to getForeignStateAsync/getForeignObjectAsync or update the IDs if you get data from the same adapter instance.
(crycode-de) Custom write parser scripts an now return false to cancel the write