project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.5k stars 2.01k forks source link

Binding server checks if write is not list operation #24377

Open ReneJosefsen opened 1 year ago

ReneJosefsen commented 1 year ago

Reproduction steps

Currently the Write / WriteBindingTable checks for !path.IsListOperation() but it is unclear if this is even possible?

This issue is raised due to feedback on https://github.com/project-chip/connectedhomeip/pull/23749#discussion_r1067536733 and as stated the goal is to get the contract here between the WriteHandler and the AttributeAccessInterface implementations pinned down

Bug prevalence

x

GitHub hash of the SDK that was being used

dacb056658541ca8d6f8cfdef2f1c2d8b94a96dd

Platform

core

Platform Version(s)

No response

Anything else?

No response

bzbarsky-apple commented 1 year ago

@mrjerryjohns @yunhanw-google

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.