project-chip / alchemy

Alchemy is a command line tool for modifying and transforming Matter spec documents.
Apache License 2.0
4 stars 2 forks source link

Require support for Large Message quality for Commands #11

Open pidarped opened 2 weeks ago

pidarped commented 2 weeks ago

The Large Message L quality was introduced for commands that have a large payload(beyond the MRP capacity). Alchemy needs to incorporate this into its xml generation to, potentially, generate something like:

    <command id="0x01" name="WebRTCOffer" direction="commandToServer" response="Y">
      <quality largeMessage="true"/>
gmarcosb commented 1 week ago

We will need changes to ZAP to support this first before making changes here (changes here are easy, but pointless if we don't first make ZAP changes)

ZAP

see e.g. IS_OPTIONAL

pidarped commented 5 days ago

ZAP PR(by Dhruv from the ZAP team) for Large message quality support: https://github.com/project-chip/zap/pull/1467