View Source Grizzly.ZWave.Commands.S2NonceReport (grizzly v8.5.1)

What does this command do??

Params

  • :seq_number - must carry an increment of the value carried in the previous outgoing message.
  • :mpan_out_of_sync? - when set by a sending node, indicates that the sender does not have MPAN state for the Multicast group used in the most recently received singlecast follow-up S2 Encap command sent by the destination of this command.
  • :span_out_of_sync? - when set by a sending node, indicates that the sender does not have a SPAn established for for the receiving node or was unable to decrypt the most recently received singlecast S2 Encap command sent by the destination of this command.
  • :receivers_entropy_input - when present, carries the Receiver's Entropy Input in preparation for new S2 transmissions based on the SPAN. Optional unless span_out_of_sync is set.

Summary

Types

@type param() ::
  {:seq_number, byte()}
  | {:mpan_out_of_sync?, boolean()}
  | {:span_out_of_sync?, boolean()}
  | {:receivers_entropy_input, <<_::128>>}