project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
303 stars 43 forks source link

Update EthernetNetworkDiagnostics to start using idl imports for some constants. #171

Closed andy31415 closed 2 months ago

andy31415 commented 2 months ago

Plan to start adding some more support to things in macros - many other things fail because we do not yet support char_string, octet_string or list entries in our TLV logic (generally it looks like anything involving lifetimes is not yet available). Will need a bit of iteration to add that as I am not sure if we have any existing patterns for them.