# `Grizzly.ZWave.Commands.BasicSet`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/basic_set.ex#L1)

This module implements the BASIC_SET command of the COMMAND_CLASS_BASIC
command class

Params:

  * `:value` - :on or :off

# `param`

```elixir
@type param() :: {:value, :on | :off}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
