<?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>light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121301/light-switch-binding-with-light-bulb-questions</link><description>Hello, I can commission bulb and switch pass, then I refer this link( acl and bind ) to write ACL and binding both, eventually I can use switch to control bulb! 
 But I have some questions and I have not found answer in this link: 
 Q1: Can I unbind the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 May 2025 06:34:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121301/light-switch-binding-with-light-bulb-questions" /><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/535011?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 06:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b108594a-7662-4405-94ab-083a160e667b</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&lt;a class="ui-contentpeek internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/marte.m" data-contentid="a4ed6aa23e074759886422dc21532902" data-contenttypeid="e9ed411860ed4f2ba0265705b8793d05"&gt;Marte Myrvold&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Good news!&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I can use one switch to control two bulbs at the same time successfully by your advise!&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Now I want to continue to next test: 2 switches control one bulb, can you give me the command about writing ACL and binding?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Looking forward to your response!&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Chuan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534631?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 11:17:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d277176-37b9-46c9-83f2-6adc6ef26ac0</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks, I&amp;#39;ll have a try!&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; May I know how to do this?(Hope you can give a demo)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;&lt;span&gt;so you must change the code if you want it to send commands using groups instead of bindings.&lt;/span&gt;&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534629?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 11:15:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ced68a0-e9ef-4011-911a-bb4708baf25c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use groups to send groupcast commands. For that, you send an AddGroup command to each device you want to add to the group:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-tool groups add-group &amp;lt;group_id&amp;gt; &amp;lt;group_name&amp;gt; &amp;lt;light_bulb_node_id&amp;gt; &amp;lt;endpoint_id&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After this, commands can be sent using the group ID instead of the individual device&amp;#39;s node IDs.&lt;/p&gt;
&lt;p&gt;To send commands to groups using chip-tool, you send the command as usual, replacing the node ID with the group ID and omitting the endpoint ID from the command, for example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-tool onoff on &amp;lt;group_id&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The light switch sample is implemented to use the binding table and not groups, so you must change the code if you want it to send commands using groups instead of bindings.&lt;/p&gt;
&lt;p&gt;You can find information about the Groups cluster in the Matter Application Clusters specification, which can be downloaded from CSA&amp;#39;s website: &lt;a href="https://csa-iot.org/developer-resource/specifications-download-request/"&gt;https://csa-iot.org/developer-resource/specifications-download-request/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534594?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 08:44:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d654228d-2d93-4a4e-b6e3-dbd2c8532aec</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your prompt response!&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; May I know this answer?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#33cccc;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Besides, can I use this command to get my purpose?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#33cccc;"&gt;Usage:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;./chip-tool groups command_name [param1 param2 ...]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#33cccc;"&gt;+-------------------------------------------------------------------------------------+&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| Commands: |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;+-------------------------------------------------------------------------------------+&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * add-group |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * add-group-if-identifying |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * get-group-membership |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * remove-all-groups |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * remove-group |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * view-group |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * discover |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;| * read |&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#33cccc;"&gt;+-------------------------------------------------------------------------------------+&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#33cccc;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If yes, is there any introduction about it in nrf web?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534592?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 08:42:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eacea9ef-a7bd-4fc4-8e09-c60f2b6bb15f</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="susepc"]As you said, I can use the command you suggest to bind 2 or more bulbs, but I only find &lt;strong&gt;write binding&lt;/strong&gt; command, how can I modify&amp;nbsp;&lt;strong&gt;write acl&lt;/strong&gt; command?[/quote]
&lt;p&gt;The write ACL command is sent to the light bulb, so you must send the command separately to each light bulb, replacing &amp;lt;light_bulb_node_ID&amp;gt; with the node ID of the light bulb you are sending the command to.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-tool accesscontrol write acl &amp;#39;[{&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;privilege&amp;quot;: 5, &amp;quot;authMode&amp;quot;: 2, &amp;quot;subjects&amp;quot;: [112233], &amp;quot;targets&amp;quot;: null}, {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;privilege&amp;quot;: 3, &amp;quot;authMode&amp;quot;: 2, &amp;quot;subjects&amp;quot;: [&amp;lt;light_switch_node_ID&amp;gt;], &amp;quot;targets&amp;quot;: [{&amp;quot;cluster&amp;quot;: 6, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;deviceType&amp;quot;: null}, {&amp;quot;cluster&amp;quot;: 8, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;deviceType&amp;quot;: null}]}]&amp;#39; &amp;lt;light_bulb_node_ID&amp;gt; 0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534584?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 08:22:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2db51f85-6197-4e7f-b787-34dc2debee85</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Ok, thanks for your response!&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; As you said, I can use the command you suggest to bind 2 or more bulbs, but I only find &lt;strong&gt;write binding&lt;/strong&gt; command, how can I modify&amp;nbsp;&lt;strong&gt;write acl&lt;/strong&gt; command? The single bulb with single switch write acl command as below:&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#33cccc;"&gt;chip-tool accesscontrol write acl &amp;#39;[{&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;privilege&amp;quot;: 5, &amp;quot;authMode&amp;quot;: 2, &amp;quot;subjects&amp;quot;: [112233], &amp;quot;targets&amp;quot;: null}, {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;privilege&amp;quot;: 3, &amp;quot;authMode&amp;quot;: 2, &amp;quot;subjects&amp;quot;: [&lt;b&gt;&amp;lt;&lt;/b&gt;&lt;b&gt;light_switch_node_ID&lt;/b&gt;&lt;b&gt;&amp;gt;&lt;/b&gt;], &amp;quot;targets&amp;quot;: [{"cluster": 6, "endpoint": 1, "deviceType": null}, {"cluster": 8, "endpoint": 1, "deviceType": null}]}]&amp;#39; &lt;b&gt;&amp;lt;&lt;/b&gt;&lt;b&gt;light_bulb_node_ID&lt;/b&gt;&lt;b&gt;&amp;gt;&lt;/b&gt; 0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Besides, can I use this command to get my purpose?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Usage:&lt;br /&gt; ./chip-tool groups command_name [param1 param2 ...]&lt;/p&gt;
&lt;p&gt;+-------------------------------------------------------------------------------------+&lt;br /&gt; | Commands: |&lt;br /&gt; +-------------------------------------------------------------------------------------+&lt;br /&gt; | * add-group |&lt;br /&gt; | * add-group-if-identifying |&lt;br /&gt; | * get-group-membership |&lt;br /&gt; | * remove-all-groups |&lt;br /&gt; | * remove-group |&lt;br /&gt; | * view-group |&lt;br /&gt; | * discover |&lt;br /&gt; | * read |&lt;br /&gt; +-------------------------------------------------------------------------------------+&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If yes, is there any introduction about it in nrf web?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534583?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 08:17:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e340687a-68ec-450c-9f84-b8fe34cf61f3</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="susepc"]&lt;p&gt;&lt;span&gt;&amp;quot;You can remove bindings by updating the binding attribute in the binding cluster.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; May I know how to update the&amp;nbsp;the binding attribute in the binding cluster?&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;You can do so by sending a write binding request to the light switch with an empty attribute value, i.e. just &amp;#39;[]&amp;#39;, like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-tool binding write binding &amp;#39;[]&amp;#39; &amp;lt;light switch node id&amp;gt; 1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I should also specify that when you want one light switch to control multiple light bulbs independently, you need to write to the binding table in the same write command, as when you send a write binding request, you overwrite whatever is already in the binding attribute.&lt;/p&gt;
&lt;p&gt;In other words, to control multiple light bulbs, you must add {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;node&amp;quot;: &amp;lt;light bulb node id&amp;gt;, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;cluster&amp;quot;: 6} and {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;node&amp;quot;: &amp;lt;light bulb node id&amp;gt;, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;cluster&amp;quot;: 8} for each bulb in the chip-tool command, like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-tool binding write binding &amp;#39;[{&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;node&amp;quot;: &amp;lt;light bulb A node id&amp;gt;, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;cluster&amp;quot;: 6}, {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;node&amp;quot;: &amp;lt;light bulb A node id&amp;gt;, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;cluster&amp;quot;: 8}, {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;node&amp;quot;: &amp;lt;light bulb B node id&amp;gt;, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;cluster&amp;quot;: 6}, {&amp;quot;fabricIndex&amp;quot;: 1, &amp;quot;node&amp;quot;: &amp;lt;light bulb B node id&amp;gt;, &amp;quot;endpoint&amp;quot;: 1, &amp;quot;cluster&amp;quot;: 8}]&amp;#39; &amp;lt;light switch node id&amp;gt; 1&lt;/pre&gt;&lt;/p&gt;
[quote user="susepc"]&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Besides, when I execute command:&amp;nbsp;chip-tool&amp;nbsp;tests&amp;nbsp;TestGroupDemoConfig&amp;nbsp;--nodeId&amp;nbsp;&amp;lt;node_ID&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;strong&gt;CHIP tool popup error: Unknown cluster or command set: test&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; How can I fix it?&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;I checked with the developers, and the documentation for this step is incorrect. The tests command set is no longer used in chip-tool. &lt;br /&gt;Instead, you need to add ACLs separately for each light bulb.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534554?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 05:43:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a98a45f3-b930-473c-b318-f9ce1ec9e6e6</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your response!&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; As you said:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;You can remove bindings by updating the binding attribute in the binding cluster.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; May I know how to update the&amp;nbsp;the binding attribute in the binding cluster?&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Besides, when I execute command:&amp;nbsp;chip-tool&amp;nbsp;tests&amp;nbsp;TestGroupDemoConfig&amp;nbsp;--nodeId&amp;nbsp;&amp;lt;node_ID&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;strong&gt;CHIP tool popup error: Unknown cluster or command set: test&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; How can I fix it?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light switch binding with light bulb questions</title><link>https://devzone.nordicsemi.com/thread/534494?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 13:52:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53d5eb18-8ddb-4013-a773-3827fc0d2e4c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Q1: Can I &lt;span style="background-color:rgba(51, 102, 255, 1);"&gt;&lt;span style="background-color:rgba(51, 204, 204, 1);"&gt;unbind&lt;/span&gt;&lt;span style="background-color:rgba(255, 255, 255, 1);"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;the bulb and switch that has been bound before?[/quote]
&lt;p&gt;You can remove bindings by updating the binding attribute in the binding cluster.&lt;/p&gt;
[quote user=""]But how can I test &lt;span style="background-color:rgba(51, 204, 204, 1);"&gt;one bulb to multi switches&lt;/span&gt;? Besides, does one switch can control different bulb? e.g. &lt;span style="background-color:rgba(51, 204, 204, 1);"&gt;press button1 in switch control bulb A,&amp;nbsp;press button2 in the same switch control bulb B&lt;/span&gt;[/quote]
&lt;p&gt;If you want multiple light switches to control the same light bulb, you can add access control and binding for each light switch individually, just as you would for a unicast binding. &lt;/p&gt;
&lt;p&gt;If you want the light switch to control two different light bulbs independently, i.e., button 1 for bulb A and button 2 for bulb B, you can add access control and binding for the light switch on both light bulbs and modify the code to send the command to the different bulbs depending on which button is pressed.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>