I added pinging the host pc using the longPoll and a way to update blank status panels I was getting.
The shortPoll stops when the missed ping is detected so it doesn't just rack up errors.
Separated the host and port params in the configuration. Updated the profile files and .zip.
Cleaned up a few bits here and there.
Added requests to the requirements.txt.
Set the default longPoll to 20 in server.json
Added 'disconnected' status to existing server status variable based on existing server query. Status will be set to 'disconnected' if the Blue Iris server does not respond to this request. v1.2.0.
I added pinging the host pc using the longPoll and a way to update blank status panels I was getting. The shortPoll stops when the missed ping is detected so it doesn't just rack up errors. Separated the host and port params in the configuration. Updated the profile files and .zip. Cleaned up a few bits here and there. Added requests to the requirements.txt. Set the default longPoll to 20 in server.json