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
If i'm right, uploading the data to the EVE app/homekit is triggered by the user action.
Using persistent storing in parallel can produce large files. I would like to delete these persistent storage files after uploading the containing data to the homekit automatically.
How can i see in the code: "ok, all data are uploaded, the persistent data file is no longer needed."?
I tried "this.currentEntry > this.lastEntry" as a trigger to call the remove function, but without luck.
Thx
The text was updated successfully, but these errors were encountered:
If i'm right, uploading the data to the EVE app/homekit is triggered by the user action.
Using persistent storing in parallel can produce large files. I would like to delete these persistent storage files after uploading the containing data to the homekit automatically.
How can i see in the code: "ok, all data are uploaded, the persistent data file is no longer needed."?
I tried "this.currentEntry > this.lastEntry" as a trigger to call the remove function, but without luck.
Thx
The text was updated successfully, but these errors were encountered: