3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

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

View File

@ -65,10 +65,17 @@ Properties string Name [readonly]
Interface's hardware address in the XX:XX:XX:XX:XX:XX Interface's hardware address in the XX:XX:XX:XX:XX:XX
format format
string State [readonly]
Reflects the general network connection state. One of:
"connected", "disconnected", "connecting", "disconnecting"
object ConnectedNetwork [readonly, optional] object ConnectedNetwork [readonly, optional]
net.connman.iwd.Network object representing the 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] boolean Powered [readwrite]