View Source Grizzly.ZWave (grizzly v8.6.6)
Module for Z-Wave protocol specific functionality and information
Summary
Types
@type endpoint_id() :: 0..127
@type node_id() :: non_neg_integer()
@type seq_number() :: non_neg_integer()
Functions
@spec from_binary(binary()) :: {:ok, Grizzly.ZWave.Command.t()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec to_binary(Grizzly.ZWave.Command.t()) :: binary()