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