暂时屏蔽掉
This commit is contained in:
parent
95028ff149
commit
d4e1e8ea8b
@ -12,7 +12,6 @@
|
||||
|
||||
%% API
|
||||
-export([route_uuid/3]).
|
||||
-export([set_tests/1]).
|
||||
|
||||
-spec route_uuid(RouterUUID :: binary(), EventType :: integer(), Params :: map()) -> no_return().
|
||||
route_uuid(RouterUUID, EventType, Params) when is_binary(RouterUUID), is_integer(EventType), is_map(Params) ->
|
||||
@ -34,7 +33,4 @@ route_uuid(RouterUUID, EventType, Params) when is_binary(RouterUUID), is_integer
|
||||
lager:debug("[iot_ai_router] hget location_code, uuid: ~p, not found", [RouterUUID]);
|
||||
{error, Reason} ->
|
||||
lager:debug("[iot_ai_router] hget location_code uuid: ~p, get error: ~p", [RouterUUID, Reason])
|
||||
end.
|
||||
|
||||
set_tests(TestEventTypes) when is_list(TestEventTypes) ->
|
||||
application:set_env(iot, test_event_types, TestEventTypes).
|
||||
end.
|
||||
@ -11,6 +11,9 @@
|
||||
{port, 18080}
|
||||
]},
|
||||
|
||||
%% 暂时不推送的消息类型
|
||||
{test_event_types, [16, 23]},
|
||||
|
||||
%% 数据的最大缓存量
|
||||
{device_cache_size, 200},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user