URL Parameters

By default the SNMD UI loads the default Terminal config and uses default UI settings. You change the terminal config name and the UI settings using the following URL query parameters.

List of parameters

config

The name of terminal configuration (default: default).

3d

UI setting: toggle 3D view

  • 0 Disable 3D view (increases performance).
  • 1 Enable 3D view (decreased performance).

solarized

UI setting: Switch solarized theme.

  • 0 Switch theme to solarized dark.
  • 1 Switch theme to solarized light.

volume

UI setting: Toggle alert sounds.

  • 0 Enable notification sounds.
  • 1 Disable notification sounds.

notify

UI setting: Toggle browser notifications.

  • 0 Enable desktop notifications.
  • 1 Disable desktop notifications.

rotate

UI setting: Toggle interval or continuous view rotation.

  • 0 Rotate view after activity timeout.
  • 1 Keep current view.
  • 2 Continuous view rotation.

follow

UI setting: Toggle current view follows state changes.

  • 0 Switch to views if there state changes at least warning.
  • 1 Do not switch to views due to state changes.

Example

To load the terminal config wall and change the rotate setting to mode 2:

http://snmd.foo.lan/?config=wall&rotate=2

Fragment identifier

The view which should be shown initially when the SNMD UI is loading can be specified. The URL needs to be sufffixed by a hash mark # and the view’s ID. The first view has the ID 1 and the IDs are counted from left-to-right.

Example

To initially load the second view:

http://snmd.foo.lan/?config=rpi#2