[Scripts/API] Correctly use installed/configured
See https://github.com/raspiblitz/raspiblitz/issues/4649#issuecomment-2241295258 .. with v1.12.0 we should correct all fatpack scripts to correctly show installed and configured status and the API then need to adapt to that change for the new version.
Ok, as I see it right now:
configureddetermines whether the service is actually running (statusonoroff)- this is switched by clicking
installon the UI
- this is switched by clicking
installeddetermines whether the binaries are installed on the system via some means- this is irrelevant for the webui
Okay sorry. Now that I understand the problem better it is an API problem. I always mistook installed as on. The distinction makes sense in a RaspiBlitz context.
I'll fix it properly. Longer term, maybe we can rename the installed var to something like binary_exists or binary_installed to make it more clear for other new contributors.
Recommend to move to v1.12.1 - there is already a lot of infrastructure changing with v1.12.0