View Source Grizzly.ZWave.CommandClasses.NetworkManagementBasicNode (grizzly v6.3.0)
Command class for working with Z-Wave network updates and resetting the controller back to the factor defaults
Link to this section Summary
Link to this section Types
@type add_mode() :: :learn | :add
@type network_update_request_status() ::
:done | :abort | :wait | :disabled | :overflow
Link to this section Functions
@spec add_mode_from_bit(0 | 1) :: add_mode()
@spec network_update_request_status_from_byte(byte()) :: {:ok, network_update_request_status()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec network_update_request_status_to_byte(network_update_request_status()) :: byte()