Wifx / gonetworkmanager

Go D-Bus bindings for NetworkManager
Other
96 stars 42 forks source link

feat(AccessPoint): add `LastSeen` property #23

Closed felixmr1 closed 2 years ago

felixmr1 commented 2 years ago

The property field can be seen as available here: https://developer-old.gnome.org/NetworkManager/stable/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.LastSeen

Its also showing, in the Body of the recieved dBus signal on the Subscribe() method.

felixmr1 commented 2 years ago

Why is it set up so that I need to fork this to create PRs? :thinking:

felixmr1 commented 2 years ago

@mullerch can you give some feedback on this?

felixmr1 commented 2 years ago

covered by #26