diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-11-23 14:42:53 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-11-23 14:42:53 +0100 |
commit | bcc3aaca389f898bba79c79a0190bf642d6839bd (patch) | |
tree | 6f089ab7c2869df22288f521306485ca69db41da /doc | |
parent | 20bcc97150c2f5e338aed4d442f623e5f07e9867 (diff) | |
download | connman-bcc3aaca389f898bba79c79a0190bf642d6839bd.tar.gz connman-bcc3aaca389f898bba79c79a0190bf642d6839bd.tar.bz2 connman-bcc3aaca389f898bba79c79a0190bf642d6839bd.zip |
Add Type property to device interface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index d0f850d3..d50a6c5f 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -32,6 +32,10 @@ Properties string Name [readonly] The device name (for example eth0, wlan0 etc.) + string Type [readonly] + + The device type (for example ethernet, wifi etc.) + boolean Powered [readwrite] Switch a device on or off. This will also modify |