Restore GDBus API from async to sync.
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / zcl-on-off.xml
index 1da1c80..b4d595c 100644 (file)
@@ -4,10 +4,12 @@
                        <arg type='q' name='node_id' direction='in'/>
                        <arg type='y' name='endpoint' direction='in'/>
                        <arg type='y' name='on_off_type' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='get_on_off_state'>
                        <arg type='q' name='node_id' direction='in'/>
                        <arg type='y' name='endpoint' direction='in'/>
+                       <arg type='i' name='result' direction='out'/>
                </method>
 
                <signal name='on_off_state'>