pub const TIMED_DEFAULT_MS: u16 = 10_000;Expand description
Default timed-interaction timeout (milliseconds) used by
Node::write_timed / Node::invoke_timed when the caller passes None.
This is the window the device holds open for the follow-up Write/Invoke
after our TimedRequest. We send the action immediately, so this only needs
to cover the round-trip plus MRP retransmits; a chip-aligned 10s is generous.