From bcc3aaca389f898bba79c79a0190bf642d6839bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 23 Nov 2008 14:42:53 +0100 Subject: [PATCH] Add Type property to device interface --- doc/device-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index d0f850d..d50a6c5 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 -- 1.7.9.5