View Source Grizzly.ZWave.Commands.ConfigurationBulkGet (grizzly v8.6.6)
This command is used to query the value of one or more configuration parameters.
Params:
:offset
- This field is used to specify the first parameter in a range of one or more parameters. (required):number_of_parameters
- This field is used to specify the number of requested configuration parameters.
Summary
Types
@type param() :: {:number_of_parameters, non_neg_integer()} | {:offset, non_neg_integer()}