You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./chip-tool binding read binding 1 1
The output had 10 entries which were the first 10 of 12 entries that I tried to write in the previous step. MATTER specification for binding (https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/data_model/Binding-Cluster.adoc) says If, during the creation of multiple bindings, there are no available resources to create an entry, or to establish a binding relationship, the client SHALL respond with a status of RESOURCE_EXHAUSTED, and the binding SHALL NOT be created.
Reproduction steps
I executed
./chip-tool binding write binding '[{"node" : 2 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 3 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 4 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 5 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 6 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 7 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 8 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 9 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 10 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 11 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 12 , "cluster" : "0x0006" , "endpoint" : 1 }, { "node" : 13 , "cluster" : "0x0006" , "endpoint" : 1 }]' 1 1
I did not see a status of 0x89 (RESOURCE_EXHAUSTED). The command returned status 0x00 (SUCCESS). I tried to write 12 entries to binding.
Next, when I executed
./chip-tool binding read binding 1 1
The output had 10 entries which were the first 10 of 12 entries that I tried to write in the previous step. MATTER specification for binding (https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/data_model/Binding-Cluster.adoc) says If, during the creation of multiple bindings, there are no available resources to create an entry, or to establish a binding relationship, the client SHALL respond with a status of RESOURCE_EXHAUSTED, and the binding SHALL NOT be created.
Please see attached log for writing 12 binding entries for binding attribute. The log for following read operation on binding attribute is also attached.
Log_Binding_Read.txt
Log_Binding_Write_12_entries.txt
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
4f53be4
Platform
all
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: