fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

loop thru versions of apps #174

Closed rootzoll closed 1 year ago

rootzoll commented 1 year ago

as done and merged into raspiblitz dev with https://github.com/rootzoll/raspiblitz/commit/7ac2d214f6a816d1f2f7f4b222802e5b8a878401 all WebUi enebled install scripts now return on status the version string

This change will loop thru this version information to the WebUI to fullfill the request of: https://github.com/rootzoll/raspiblitz/issues/3429#issuecomment-1345561306

needed dfor RaspiBlitz v1.9 release

cstenglein commented 1 year ago

Problem with this PR:

version is always empty.

Currently getting the following response from the blitzAPI:

EDIT: my bad, had old scripts. works!