Skip to content

Commit c7e4d28

Browse files
author
CI
committed
Sync to GitHub
1 parent 928ea4e commit c7e4d28

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

lib/bacnet/stack/trend_logger.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ defmodule BACnet.Stack.TrendLogger do
280280
end
281281

282282
{opts2, genserver_opts} =
283-
Keyword.split(opts, [:cov_cb, :log_buffer_module, :lookup_cb, :state])
283+
Keyword.split(opts, [:cov_cb, :log_buffer_module, :lookup_cb, :state, :timezone])
284284

285285
validate_start_link_opts(opts2)
286286

@@ -2164,7 +2164,7 @@ defmodule BACnet.Stack.TrendLogger do
21642164

21652165
term ->
21662166
raise ArgumentError,
2167-
"start_link/1 expected supervisor to be a supervisor identifier (process destiantion), " <>
2167+
"start_link/1 expected supervisor to be a supervisor identifier (process destination), " <>
21682168
"got: #{inspect(term)}"
21692169
end
21702170

priv/vendor_ids.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,4 +1599,6 @@
15991599
1602;Lovato Electric S.P.A.
16001600
1603;Q-PAC Systems, Inc.
16011601
1604;Yobiiq Intelligence B.V.
1602-
1605;Camfil USA Inc.
1602+
1605;Camfil USA Inc.
1603+
1606;Radnox
1604+
1607;Optospark Sdn. Bhd.

0 commit comments

Comments
 (0)