Skip to content

Commit e154bc9

Browse files
committed
feat(cloud): implement ota update system and rollback mechanism
1 parent 665f3b1 commit e154bc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/cloud/ota_updates.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class OTAUpdate:
2+
def check_for_updates(self, current_version):
3+
return {"update_available": True, "version": "0.2.0"}

0 commit comments

Comments
 (0)