Grizzly.ZWave.Commands.ConfigurationSet (grizzly v0.17.3) View Source
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:defaultto set the parameter back to the factory default value (required):param_number- the configuration parameter number to set (required)
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
If you want to factory reset a configuration parameter you can pass
:default as the :value param