python-sdbus / python-sdbus-networkmanager

python-sdbus binds for NetworkManager
GNU Lesser General Public License v2.1
30 stars 6 forks source link

Add delete-connection-by-uuid example #13

Closed bernhardkaindl closed 2 years ago

bernhardkaindl commented 2 years ago

Demonstrate finding a connection by a known UUID by using get_connection_by_uuid() and demonstrate deleting it as well.

Use the add-wifi-psk-connection example to create a temporary WiFI connection with a given UUID.