Checking using Software/API if session in progress (NOT if client is connected) #328
|
Hello, I'm trying to integrate it into my Home Assistant, I can disconnect session/close app via PowerShell Script using API, but now I'm trying to find a way to determine, if session is going/app opened or not. /api/apps doesn't return such information. |
Answered by
ClassicOldSong
Feb 7, 2025
Replies: 1 comment 7 replies
|
You can but only from client's perspective currently, which is way too tedious to implement. I can add a new API for that if needed. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ClassicOldSong/Apollo/releases/tag/v0.2.9-alpha.7
Here you go!
Now when getting
/api/apps, the returned JSON will contain a field namedcurrent_appwith the current running app's UUID in string.