Fix gvariant string
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / service.xml
index f5cd66c..148bebf 100644 (file)
@@ -1,8 +1,8 @@
 <node>
        <interface name='org.tizen.zigbee.service'>
                <method name='enable'>
-                       <arg type='b' name='enabled' direction='out'/>
                        <arg type='i' name='result' direction='out'/>
+                       <arg type='b' name='enabled' direction='out'/>
                </method>
                <method name='disable'>
                        <arg type='i' name='result' direction='out'/>
@@ -25,7 +25,7 @@
                </method>
                <method name='get_network_info'>
                        <arg type='i' name='result' direction='out'/>
-                       <arg type='ay' name='macAddress' direction='out'/>
+                       <arg type='a(y)' name='macAddress' direction='out'/>
                        <arg type='q' name='nodeId' direction='out'/>
                        <arg type='q' name='panId' direction='out'/>
                        <arg type='y' name='channel' direction='out'/>