strength property

int strength

Signal quality of access point in percent.

Implementation

int get strength =>
    _object.getByteProperty(_accessPointInterfaceName, 'Strength') ?? 0;