24.12.2021, 15:07
(24.12.2021, 08:28)admin Wrote: All global variables in resident scripts are retained after each loop. Only script restart clears these variables. So I'm not sure whether storage is needed at all. Alternatively you can add app: prefix to the storage key. Such keys are sent over localbus. For example:
Code:storage.set('app:dailyInjection', dailyInjection)
You mean "Such keys are not sent over localbus"? because they're notÂ