View Source Grizzly.ZWave (grizzly v8.6.6)

Module for Z-Wave protocol specific functionality and information

Summary

Types

endpoint_id()

@type endpoint_id() :: 0..127

node_id()

@type node_id() :: non_neg_integer()

seq_number()

@type seq_number() :: non_neg_integer()

Functions

from_binary(binary)

@spec from_binary(binary()) ::
  {:ok, Grizzly.ZWave.Command.t()} | {:error, Grizzly.ZWave.DecodeError.t()}

to_binary(command)

@spec to_binary(Grizzly.ZWave.Command.t()) :: binary()