View Source Grizzly.ZWave (grizzly v6.7.0)
Module for Z-Wave protocol specific functionality and information
Link to this section Summary
Link to this section Types
@type node_id() :: non_neg_integer()
@type seq_number() :: non_neg_integer()
Link to this section Functions
@spec from_binary(binary()) :: {:ok, Grizzly.ZWave.Command.t()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec to_binary(Grizzly.ZWave.Command.t()) :: binary()