lib/grizzly/zwave/command_classes/zip_gateway.ex

defmodule Grizzly.ZWave.CommandClasses.ZIPGateway do
  @moduledoc """
  ZIPGateway Command Class

  This command class is used for configuration Z/IP Gateway at runtime
  """

  @behaviour Grizzly.ZWave.CommandClass

  @impl true
  def byte(), do: 0x5F

  @impl true
  def name(), do: :zip_gateway
end