doc: Typo fixes
[framework/connectivity/connman.git] / doc / technology-api.txt
index 9b10c58..497c988 100644 (file)
@@ -1,8 +1,8 @@
 Technology hierarchy
 ====================
 
-Service                org.moblin.connman
-Interface      org.moblin.connman.Technology
+Service                net.connman
+Interface      net.connman.Technology
 Object path    [variable prefix]/{technology0,technology1,...}
 
 Methods                dict GetProperties()
@@ -17,7 +17,14 @@ Signals              PropertyChanged(string name, variant value)
                        This signal indicates a changed value of the given
                        property.
 
-Properties     string Name [readonly]
+Properties     string State [readonly]
+
+                       The technology state information.
+
+                       Valid states are "offline", "available", "blocked",
+                       "enabled "and "connected".
+
+               string Name [readonly]
 
                        Name of this technology.
 
@@ -28,7 +35,3 @@ Properties    string Name [readonly]
                        This information should only be used to determine
                        advanced properties or showing the correct icon
                        to the user.
-
-               array{object} Devices [readonly]
-
-                       List of device objects.