Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix el type
Browse files Browse the repository at this point in the history
waranlogesh committed Jul 31, 2024
1 parent 7b05053 commit 5ad6459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media/ver10/set_osd.ex
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ defmodule Onvif.Media.Ver10.SetOSD do
def request_body(%OSD{} = osd) do
element(:"s:Body", [
element(:"trt:SetOSD", [
element(:"tt:OSD", %{token: osd.token}, [
element(:"trt:OSD", %{token: osd.token}, [
element(:"tt:VideoSourceConfigurationToken", osd.video_source_configuration_token),
element(
:"tt:Type",

0 comments on commit 5ad6459

Please sign in to comment.