24.12.2021, 08:28
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 not sent over localbus. For example:
Code:
storage.set('app:dailyInjection', dailyInjection)