Device class

The Device class is the base class for the device classes supported by the devices library.

The class inheritors override functions that you can use to get general information about the objects of the inherited classes. For example, you can get information about the type or power consumption of a specific device. The Device class receives data about devices from the backend.

Each object of the Device class contains basic data for a specific device.

Page top