View Source Grizzly.ZWave.Commands.DefaultSetComplete (grizzly v8.6.6)

Command to indicate the result of a Grizzly.ZWave.Commands.DefaultSet operation

Params:

  • :seq_number - the sequence number of the networked command (required)
  • :status - the status of the default set operation (required)

Summary

Types

param()

@type param() :: {:seq_number, Grizzly.ZWave.seq_number()} | {:status, status()}

status()

@type status() :: :done | :busy

Functions

status_from_byte(arg1)

@spec status_from_byte(byte()) :: {:ok, status()} | {:error, :unknown_status}

status_to_byte(atom)

@spec status_to_byte(status()) :: byte()