View Source Grizzly.ZWave (grizzly v8.0.1)

Module for Z-Wave protocol specific functionality and information

Summary

Types

@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()