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

This command is used to request the settings for a given scene identifier or for the scene currently active.

Params:

  * `:scene_id` - a scene id, 0 for the currently active scene, if any (required)

# `param`

```elixir
@type param() :: {:scene_id, 0..255}
```

---

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