Current section

Files

Jump to
grizzly lib grizzly zwave command_classes network_management_inclusion.ex
Raw

lib/grizzly/zwave/command_classes/network_management_inclusion.ex

defmodule Grizzly.ZWave.CommandClasses.NetworkManagementInclusion do
@moduledoc """
Network Management Inclusion Command Class
This command class provides the commands for adding and removing Z-Wave nodes
to the Z-Wave network
"""
@behaviour Grizzly.ZWave.CommandClass
@impl true
def byte(), do: 0x34
@impl true
def name(), do: :network_management_inclusion
end