fix(gw_lwm2m): lwm2m channel behaviour

This commit is contained in:
JimMoen 2023-11-02 18:07:44 +08:00
parent caade4a7e5
commit aef5b17ed5
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------
-module(emqx_lwm2m_channel). -module(emqx_lwm2m_channel).
-behaviour(emqx_gateway_channel).
-include("emqx_lwm2m.hrl"). -include("emqx_lwm2m.hrl").
-include_lib("emqx/include/emqx.hrl"). -include_lib("emqx/include/emqx.hrl").