auto-t: iwd.py: add DPP properties

This commit is contained in:
James Prestwood 2022-06-30 11:03:25 -07:00 committed by Denis Kenzior
parent 030251e78d
commit de1f078897
1 changed files with 12 additions and 0 deletions

View File

@ -287,6 +287,18 @@ class DeviceProvisioning(IWDDBusAbstract):
def stop(self):
self._iface.Stop()
@property
def uri(self):
return self._properties['URI']
@property
def started(self):
return self._properties['Started']
@property
def role(self):
return self._properties['Role']
class Device(IWDDBusAbstract):
'''
Class represents a network device object: net.connman.iwd.Device