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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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_app
with the current running app's UUID in string.