# `Grizzly.ZIPGateway.Supervisor`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zipgateway/supervisor.ex#L1)

Supervisor for the Z/IP Gateway process.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `restart_zipgateway`

```elixir
@spec restart_zipgateway() :: :ok
```

Restarts the Z/IP Gateway process. An error will be raised if `Grizzly.ZIPGateway.Supervisor`
is not running.

# `start_link`

```elixir
@spec start_link(Grizzly.Options.t()) :: Supervisor.on_start()
```

# `start_zipgateway`

```elixir
@spec start_zipgateway() :: :ok | {:error, atom()}
```

Starts the Z/IP Gateway process if it is not already running.

# `stop_zipgateway`

```elixir
@spec stop_zipgateway() :: :ok
```

Stops the Z/IP Gateway process if it is running.

---

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