diff --git a/lib/device.ex b/lib/device.ex index 8a4af8a..3de9653 100644 --- a/lib/device.ex +++ b/lib/device.ex @@ -5,8 +5,10 @@ defmodule Onvif.Device do alias Onvif.Device alias Onvif.Discovery.Probe - @required [:username, :password, :address] + @required [:address] @optional [ + :username, + :password, :scopes, :manufacturer, :model,