Device information widgets

From SpinetiX Support Wiki

Jump to: navigation, search

Specification

Icon device info widgets.png
  • Category: Tools
  • Author: SpinetiX S.A.
  • License: GPL Version 3
  • Target: Elementi

Device Info

Device Info widget screenshot

This widget displays information about the device, like: name, hardware type, serial number, firmware version, hostname, Multiscreen ID, MAC address, and IP address.

The widget contains two layers, one for labels and one for the device information retrieved from the deviceInfo object. The latter is actually made of data placeholders (similar to data feeds), which are replaced with the real data when the widget is running.

  • A data placeholder is special notations having a double-pair of square brackets around the name of the field from where the data is taken; for instance [[deviceName]], [[serialNumber]], [[ip]] etc. are such data placeholders.
  • When modifying the styling, make sure to apply the styling on the entire data placeholder, otherwise, it will be interpreted as regular text.

Device Info Extended

Device Info Extended widget screenshot

This widget is similar to the one above, but it displays even more information about the device, like: name, hardware type, serial number, firmware version, hostname, Multiscreen ID, MAC address, IPv4 address and netmask, IPv6 addresses etc.

The widget contains one layer made of a data placeholder ([[deviceInfo]]), which is replaced with the real data when the widget is running (similarly to data feeds).

  • The device information is retrieved from the deviceInfo object and added as a predefined text within the data placeholder ([[deviceInfo]]).
  • When modifying the styling, make sure to apply the styling on the entire data placeholder, otherwise, it will be interpreted as regular text.
This page was last modified on 21 March 2016, at 13:27.