Grizzly.ZWave.Commands.NodeProvisioningSet (grizzly v0.17.3) View Source
Module for working with the NODE_PROVISIONING_SET command
This command adds a node to the node provisioning list.
Params:
:seq_number- the network command sequence number (required):dsk- a DSK string for the device seeGrizzly.ZWave.DSKfor more more information (required):meta_extensions- a list ofGrizzly.ZWave.SmartStart.MetaExtension.t()(optional default[])
Link to this section Summary
Link to this section Types
Specs
param() ::
{:seq_number, Grizzly.ZWave.seq_number()}
| {:dsk, Grizzly.ZWave.DSK.dsk_string()}
| {:meta_extensions, [Grizzly.ZWave.SmartStart.MetaExtension.t()]}