<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Zigbee consecutive command issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55467/zigbee-consecutive-command-issue</link><description>Hello, 
 if I call this code all works: 
 
 if I call following code only ZB_ZCL_ON_OFF_SEND_ON_REQ take effect on target 
 I&amp;#39;m simply swap the call order, where&amp;#39;s the error? 
 I&amp;#39;m looking in all others example but i cannot found any similar situation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jan 2020 12:21:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55467/zigbee-consecutive-command-issue" /><item><title>RE: Zigbee consecutive command issue</title><link>https://devzone.nordicsemi.com/thread/229592?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2020 12:21:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5f018dc-0026-4bfc-be8f-7bdaf4944595</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Happy to help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee consecutive command issue</title><link>https://devzone.nordicsemi.com/thread/229523?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2020 07:48:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b82726f7-620d-4af0-bc68-39abbcc078cf</guid><dc:creator>mau</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Marjeris,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I solved using&amp;nbsp;ZB_ZCL_LEVEL_CONTROL_SEND_MOVE_TO_LEVEL_WITH_ON_OFF_REQ&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Maurizio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee consecutive command issue</title><link>https://devzone.nordicsemi.com/thread/225123?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2019 10:25:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:317fb3b4-ac4e-410d-af2a-8ba8f75c2858</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Maurizio,&lt;/p&gt;
&lt;p&gt;You should send the &amp;#39;On&amp;#39; command before sending the &amp;#39;Move to Level&amp;#39; command. If you see in the ZCL specification about the level cluster it says that:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If a Move To Level, Move, Step or Stop command is received while the device is in its off state, i.e., the OnOff&lt;/em&gt;&lt;br /&gt;&lt;em&gt;attribute of the On/Off cluster is equal to 0x00, the command SHALL be ignored.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You can also use ZB_ZCL_LEVEL_CONTROL_GET_MOVE_TO_LEVEL_WITH_ON_OFF_REQ instead. The &amp;#39;with on/off&amp;#39; commands the OnOff attribute of the On/Off cluster on the same endpoint will be set to &amp;#39;On&amp;#39; before increasing the CurrentLevel.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>