On this page you are able to create/edit your custom device. There is a lot to it to create as you have think about data types, control types and device addresses when applicable. Please refer to the full manual online on how to create custom devices.
Be aware of the fact that custom devices are often opinionated which means they have to follow driver conventions. A lot of drivers in the manual online have a direction or example mentioned on how to create custom devices for them.
If you are trying to create a device for a non PiDome default included driver refer to the manual of the driver creator
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.
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.
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.