.. _object_BackplaneBusDevice: :index:`BackplaneBusDevice` --------------------------- Description *********** The BackplaneBusDevice object represents a device on the backplane bus. :**› Inherits**: :ref:`Object ` :**› Inherited by**: :ref:`EnergyAddonEN100 ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 1 * :ref:`address ` * :ref:`online ` * :ref:`productId ` * :ref:`serialNumber ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`Object.completed() ` Properties ********** .. _property_BackplaneBusDevice_address: .. _signal_BackplaneBusDevice_addressChanged: .. index:: single: address address +++++++ This property holds the address of the device on the bus. :**› Type**: UnsignedInteger :**› Signal**: addressChanged() :**› Attributes**: Writable .. _property_BackplaneBusDevice_online: .. _signal_BackplaneBusDevice_onlineChanged: .. index:: single: online online ++++++ This property holds whether the device has been discovered on the bus and is online. :**› Type**: Boolean :**› Signal**: onlineChanged() :**› Attributes**: Readonly .. _property_BackplaneBusDevice_productId: .. _signal_BackplaneBusDevice_productIdChanged: .. index:: single: productId productId +++++++++ This property holds the product ID of the device. :**› Type**: UnsignedInteger :**› Signal**: productIdChanged() :**› Attributes**: Readonly .. _property_BackplaneBusDevice_serialNumber: .. _signal_BackplaneBusDevice_serialNumberChanged: .. index:: single: serialNumber serialNumber ++++++++++++ This property holds the serial number of the device which is used for device discovery. :**› Type**: UnsignedInteger :**› Signal**: serialNumberChanged() :**› Attributes**: Writable