lastSeen property

int lastSeen

Last time this access point was seen in a scan in seconds since boot.

Implementation

int get lastSeen =>
    _object.getInt32Property(_accessPointInterfaceName, 'LastSeen') ?? 0;