% if loggedin:

Logout

Edit

% else:

Login

% endif

${hostname|h}

<%include file="instruments.html"/>
% if loggedin and blobfolder:

Download received BLOBs:

BLOB Folder
% endif
% if not loggedin:

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

% endif
<%include file="messages.html"/>

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