Device information

Device editor

This is where the magic happens. Create device actions or device data reading fields. Also, here you also define how devices are displayed in clients. Device components can only exist in groups.
With groups you can define which sort of actions belong together. In this way you can split up color actions, settings actions or just an on/off section. You need at least one group.

Components

  • Add group
  • Add data field
  • Add select field
  • Add single button
  • Add toggle button
  • Add slider
  • Add color picker

Device structure

Device options settings

First of all, you probably do not need this unless you have coded for it, or read you need it.
Here you can add/remove/change device options for your device. These options are available in the device java code and shown to the user when he/she wants to add a device.

When the device created uses automatic sending of data, and the options are needed as part of the data to be send you can use the order field to set the order in which the data is begin send. An order index of 0 means disabled/not used. Refer to the wiki and/or device information for more information about the options order.

Device location settings

Here you can edit the location data information. This address is used to identify a device on a data bus/Sensor network etc.. The address of a lamp or other device somewhere. If there is no address used select not used.

Edit actions