Configuring
The primary class variables are get and set directly, e.g.:
$eva.login = "operator";
API and Authentication
Authentication variables should set before start() method is called - either login/password or API key. If there is auth cookie set, API token variable is filled by framework automatically.
login user login
password user password
xopts extra login options (EVA ICS v4 only)
apikey API key
client_id report a custom client id to the server (e.g. a custom-defined ID of the current UI page)
api_uri API URI (do not required if working in a web browser)
set_auth_cookies if true (default), auth cookie is used to store API token.
api_token current API token, filled automatically after login. Can be filled manually if obtained e.g. for an embedded JS HMI application.
Item processing, special
debug enable debug mode (1), enable verbose debug mode (2)
log.records set max. log records to retrieve from the server.
state_updates Possible values:
true (default) - get states of all items API key has access to
[ ‘oidmask1’, ‘oidmask2’ ] - (v4) specified subscriptions for EVA ICS v4 (e.g. ‘sensor:env/#’)
{‘p’: [types], ‘g’: [groups]} - (V3) subscribe to specified types and groups
false - disable state updates
ws_mode use web sockets. Set automatically if WebSocket object is detected, can be set to “false” manually before framework start.
clear_unavailable if true, item state is set to null, if the one is no longer available on the back-end (default: false).
Read-only informational variables
version Framework version (also available as eva_framework_version in browsers)
api_version current API version
authorized_user current authorized user
logged_in boolean, set to true when user is logged in
ws Framework web socket object
log.level current log level (for log processing)
log_level_names dictionary of log level names (code: name)
in_evaHI true if framework runs in evaHI-based web client
server_info contains actual server info (output of API test method)
tsdiff time difference between client and server