doc: Update device-api.txt with State property

This commit is contained in:
Andrew Zaborowski 2016-07-20 00:48:40 +02:00 committed by Denis Kenzior
parent 9f5c08f3df
commit efbf56c0f2
1 changed files with 8 additions and 1 deletions

View File

@ -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]