Implement ZCL OnOff Cluster
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / zcl-on-off.xml
index a5d3861..33b4159 100644 (file)
@@ -5,17 +5,15 @@
                        <arg type='y' name='endpoint' direction='in'/>
                        <arg type='y' name='on_off_type' direction='in'/>
                        <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' 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'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
 
                <signal name='on_off_state'>
-                       <arg type='y' name='status'/>
+                       <arg type='y' name='state'/>
                </signal>
        </interface>
 </node>