From efbf56c0f23b0cce4e8473e9153fc247ba2f4314 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Wed, 20 Jul 2016 00:48:40 +0200 Subject: [PATCH] doc: Update device-api.txt with State property --- doc/device-api.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 40aa6fc3..aa51af82 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -65,10 +65,17 @@ Properties string Name [readonly] Interface's hardware address in the XX:XX:XX:XX:XX:XX format + string State [readonly] + + Reflects the general network connection state. One of: + + "connected", "disconnected", "connecting", "disconnecting" + object ConnectedNetwork [readonly, optional] net.connman.iwd.Network object representing the - network the device is currently connected to + network the device is currently connected to or to + which a connection is in progress. boolean Powered [readwrite]