Modify API to get in/out cluster list
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / manager.xml
1 <node>
2         <interface name="org.tizen.zigbee.manager">
3                 <method name='get_zigbee_state'>
4                         <arg type='i' name='result' direction='out'/>
5                         <arg type='b' name='zigbee_state' direction='out'/>
6                 </method>
7
8                 <signal name='zigbee_state'>
9                         <arg type='b' name='state'/>
10                 </signal>
11         </interface>
12 </node>