Closed bernhardkaindl closed 2 years ago
@igo95862: Two simple commits to bring sdbus_block/networkmanager in sync with sdbus_async/networkmanager:
sdbus_block/networkmanager
sdbus_async/networkmanager
networkmanager/objects.py: Syncronice new helpers from async to block:
Add missing helper methods from sdbus_async/networkmanager:
examples: Show the use of NetworkConnectionSettings(path).connection_profile()
For examples/block/list-connections.py to show the SSIDs if WiFi connections, #34 should be merged as well.
examples/block/list-connections.py
@igo95862: Two simple commits to bring
sdbus_block/networkmanager
in sync withsdbus_async/networkmanager
:networkmanager/objects.py: Syncronice new helpers from async to block:
Add missing helper methods from sdbus_async/networkmanager:
examples: Show the use of NetworkConnectionSettings(path).connection_profile()
For
examples/block/list-connections.py
to show the SSIDs if WiFi connections, #34 should be merged as well.