Grizzly.ZWave.SmartStart.MetaExtension.BootstrappingMode (grizzly v0.15.9) View Source
This extension is used to advertise the bootstrapping mode to use when including the node advertised in the provisioning list
Link to this section Summary
Functions
Make a BootstrappingMode.t()
from a binary
Create a BootstrappingMode.t()
Make a binary from a BootstrappingMode.t()
Link to this section Types
Specs
mode() :: :security_2 | :smart_start
The modes are:
:security_2
- the node must be manually set to learn mode and follow the S2 bootstrapping instructions:smart_start
- the node will use S2 bootstrapping automatically using the SmartStart functionality
Specs
t() :: %Grizzly.ZWave.SmartStart.MetaExtension.BootstrappingMode{mode: mode()}
Link to this section Functions
Specs
Make a BootstrappingMode.t()
from a binary
The binary string for this extension requires the critical bit to be set and
if it is not this function will return {:error, :critical_bit_not_set}
Specs
Create a BootstrappingMode.t()
Specs
Make a binary from a BootstrappingMode.t()