Closed ssnover closed 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.
ExpiryLengthSeconds
uint16
Breadcrumb
uint64
ArmFailSafe
The spec calls out the type of
ExpiryLengthSeconds
as auint16
andBreadcrumb
asuint64
. This PR updates them to match. I stumbled across this as I was seeing an error to parse arguments to theArmFailSafe
which was preventing commissioning.