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

Module for the DEVICE_SPECIFIC_GET command of command class COMMAND_CLASS_MANUFACTURER_SPECIFIC

Params:
 * `device_id_type` - :oem_factory_default_device_id_type or :serial_number or :pseudo_random (required)

# `device_id_type`

```elixir
@type device_id_type() ::
  :oem_factory_default_device_id_type | :serial_number | :pseudo_random
```

# `param`

```elixir
@type param() :: {:device_id_type, device_id_type()}
```

---

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