Grizzly.ZWave.CommandClasses.NetworkManagementBasicNode (grizzly v0.18.0) View Source
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
Specs
add_mode() :: :learn | :add
Specs
network_update_request_status() :: :done | :abort | :wait | :disabled | :overflow
Link to this section Functions
Specs
add_mode_from_bit(0 | 1) :: add_mode()
Specs
Specs
network_update_request_status_from_byte(byte()) :: {:ok, network_update_request_status()} | {:error, Grizzly.ZWave.DecodeError.t()}
Specs
network_update_request_status_to_byte(network_update_request_status()) :: byte()