View Source Grizzly.ZWave.Commands.ConfigurationSet (grizzly v3.0.0)
Set the configuration parameter
Params:
:size
- specifies the size of the configuration parameter (required if not resetting to default):value
- the value of the parameter, can be set to:default
to set the parameter back to the factory default value (required):param_number
- the configuration parameter number to set (required)
size
Size
The size of the parameter are the values 1
, 2
, and 4
which is the
number of bytes for the configuration parameter value. This should be
provided by the user manual of our device.
factory-reset-a-param
Factory reset a param
If you want to factory reset a configuration parameter you can pass
:default
as the :value
param