Grizzly.ZWave.Commands.LearnModeSet (grizzly v0.17.3) View Source
This command is used to allow a node to be added to (or removed from) the network. When a node is added to the network, the node is assigned a valid Home ID and NodeID.
Params:
:seq_number- a command sequence number:return_interview_status- This field is used to request that the receiving node returns an additional Learn Mode Set StatusCommand when the node interview is completed. It is set to either :on or :off. (optional - defaults to :off):mode- The Mode field controls operation to one of :disable, :direct_range_only (immediate range inclusions only), or :allow_routed (accept routed inclusion)
Link to this section Summary
Link to this section Types
Specs
mode() :: :disable | :direct_range_only | :allow_routed
Specs
param() ::
{:seq_number, Grizzly.ZWave.seq_number()}
| {:return_interview_status, :on | :off}
| {:mode, mode()}