% if loggedin:

Logout

Edit

% else:

Login

% endif

${hostname|h}

No device available

% if loggedin and blobfolder:

Download received BLOBs:

BLOB Folder
% endif
% if not loggedin:

You have Read - Only access. Login for read-write access.

% endif
## /updatemessages is called as soon as the sse-connect is made, and which then inserts messages.html here

An api returning a JSON file showing the current state is available.

call /api - returns the entire client state, including all devices

call /api/<devicename> - returns the requested device state

call /api/<devicename>/<vectorname> - returns the requested vector

Note: BLOB values will not be included in the JSON responses