feat(mobile): ota updates added

This commit is contained in:
2025-11-10 20:19:19 -06:00
parent 1084cede04
commit b6030de4f4
5 changed files with 55 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
vars {
url: http://localhost:5500
url: http://localhost:4200
session_cookie:
urlv2: http://localhost:3000
jwtV2:

View File

@@ -0,0 +1,8 @@
meta {
name: mobile
seq: 4
}
auth {
mode: inherit
}

View File

@@ -0,0 +1,15 @@
meta {
name: getsession
type: http
seq: 1
}
get {
url:
body: none
auth: inherit
}
settings {
encodeUrl: true
}

View File

@@ -0,0 +1,15 @@
meta {
name: ota system check
type: http
seq: 2
}
get {
url: {{url}}/lst/api/mobile
body: none
auth: inherit
}
settings {
encodeUrl: true
}