### Miniserver Connection URL Examples Source: https://www.loxone.com/enen/kb/visualisation Examples of URL schemes for connecting to a Miniserver using MAC addresses or host URLs with optional authentication and location parameters. ```text loxone://ms?mac= loxone://ms?host= loxone://ms?host=&usr=&pwd= loxone://ms?host=&usr= loxone://ms?host=&usr=&pwd=&loc=favorites loxone://ms?mac=&loc=home loxone://ms?mac=&loc=weather loxone://ms?mac=&loc=room%2F loxone://ms?mac=&loc=category%2F loxone://ms?mac=&loc=control%2F ms?host= ms?mac= (User+PW is not necessary!) ms?host=&usr= ms?host=&usr=&pwd= ms?host=&usr=&pwd=&loc= ms?mac=&loc= ``` -------------------------------- ### GET /dev/fsget/log/def.log Source: https://www.loxone.com/enen/kb/web-services Retrieves the system log file. ```APIDOC ## GET /dev/fsget/log/def.log ### Description Retrieves the system log file. ### Method GET ### Endpoint http:///dev/fsget/log/def.log ``` -------------------------------- ### GET /dev/cfg/version Source: https://www.loxone.com/enen/kb/web-services Retrieve the current firmware version of the Miniserver. ```APIDOC ## GET /dev/cfg/version ### Description Retrieve the current firmware version installed on the Miniserver. ### Method GET ### Endpoint http:///dev/cfg/version ``` -------------------------------- ### Launch App via URL Scheme Source: https://www.loxone.com/enen/kb/visualisation Basic URL scheme to open the Loxone Smart Home App. ```text loxone:// ``` -------------------------------- ### Startsequence Command Source: https://www.loxone.com/enen/kb/sequential-controller Initiates a sequence by its index or name. ```text startsequence 2 ``` ```text startsequence Alarm ``` -------------------------------- ### GET /stats Source: https://www.loxone.com/enen/kb/web-services Displays system statistics for the Miniserver. ```APIDOC ## GET /stats ### Description Displays system statistics for the Miniserver. ### Method GET ### Endpoint http:///stats ```