firmwareVersion property

String firmwareVersion

The version of the firmware this device is using.

Implementation

String get firmwareVersion =>
    _object.getStringProperty(_deviceInterfaceName, 'FirmwareVersion') ?? '';