Fix build error on plugin build
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / on_off.xml
1 <node>
2         <interface name='org.tizen.zigbee.on_off'>
3                 <method name='set_on_off'>
4                         <arg type='q' name='node_id' direction='in'/>
5                         <arg type='y' name='endpoint' direction='in'/>
6                         <arg type='y' name='on_off_type' direction='in'/>
7                         <arg type='i' name='result' direction='out'/>
8                         <arg type='y' name='status' direction='out'/>
9                 </method>
10                 <method name='get_on_off_state'>
11                         <arg type='q' name='node_id' direction='in'/>
12                         <arg type='y' name='endpoint' direction='in'/>
13                         <arg type='i' name='result' direction='out'/>
14                         <arg type='y' name='status' direction='out'/>
15                 </method>
16
17                 <signal name='on_off_state'>
18                         <arg type='y' name='status'/>
19                 </signal>
20         </interface>
21 </node>