fix ai_router
This commit is contained in:
parent
ebf5c95f5e
commit
7b6d46cb69
@ -21,8 +21,7 @@ route_uuid(RouterUUID, EventType, Params) when is_binary(RouterUUID), is_integer
|
|||||||
%% 动火离人不推送给金智 2024-12-02
|
%% 动火离人不推送给金智 2024-12-02
|
||||||
case lists:member(EventType, [15]) of
|
case lists:member(EventType, [15]) of
|
||||||
true ->
|
true ->
|
||||||
lager:debug("[iot_ai_router] donghuoliren: ~p", [RouterUUID]);
|
iot_donghuoliren_endpoint:forward(LocationCode, DynamicLocationCode, EventType, Params);
|
||||||
%iot_donghuoliren_endpoint:forward(LocationCode, DynamicLocationCode, EventType, Params);
|
|
||||||
false ->
|
false ->
|
||||||
iot_jinzhi_endpoint:forward(LocationCode, DynamicLocationCode, EventType, Params)
|
iot_jinzhi_endpoint:forward(LocationCode, DynamicLocationCode, EventType, Params)
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user