doc: Add Type property to Network objects

Currently, the security type is only discovererable via the Device
object.  Let's add it security type property here to avoid unnecessary
complex lookups.
This commit is contained in:
Daniel Wagner 2016-11-02 15:24:33 +01:00 committed by Denis Kenzior
parent 6a6f3c8865
commit b540e498c5
1 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,8 @@ Properties string Name [readonly]
object Device [readonly]
The object path of the device the network belongs to.
string Type
Contains the type of the network. Possible
types are "open", "psk", "8021x" (EAP)