From fb20c3a003db3b9fc23b5264fa4f629f01fc93e2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 14 Aug 2018 13:29:20 -0500 Subject: [PATCH] doc: Mark Network.Type property as readonly --- doc/network-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index cb08e996..af36ead1 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -33,7 +33,7 @@ Properties string Name [readonly] The object path of the device the network belongs to. - string Type + string Type [readonly] Contains the type of the network. Possible types are "open", "psk", "8021x" (EAP)