project-chip / rs-matter

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

Update the types of the arguments for General Commissioning cluster's ArmFailSafe command to match spec #95

Closed ssnover closed 1 year ago

ssnover commented 1 year ago

The spec calls out the type of ExpiryLengthSeconds as a uint16 and Breadcrumb as uint64. This PR updates them to match. I stumbled across this as I was seeing an error to parse arguments to the ArmFailSafe which was preventing commissioning.