Skip to content

Commit

Permalink
revert application name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleb Bozorgzadeh committed Dec 20, 2021
1 parent d59224b commit 33f4005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/parameter_types/application_description.ex
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ defmodule ExOpcua.ParameterTypes.ApplicationDescription do

def serialize(nil) do
<<
serialize_string("urn:helios.local:OPCUA"),
serialize_string("urn:helios.local:OPCUA"),
serialize_string("urn:ex_opcua:ex_opcua"),
serialize_string("urn:ex_opcua:ex_opcua"),
LocalizedText.serialize("ex_opcua")::binary,
# application type client
1::int(32),
Expand Down

0 comments on commit 33f4005

Please sign in to comment.