Skip to content

Commit 6ff4ba2

Browse files
authored
Merge pull request #3213 from emqx/fix-directory-gateway-modules
fix: add GB/T 32960 modules to gateway block and resort
2 parents 4c8f324 + dd5ddf3 commit 6ff4ba2

File tree

8 files changed

+628
-23
lines changed

8 files changed

+628
-23
lines changed

directory_ee.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -723,28 +723,32 @@
723723
"path": "modules/gateway",
724724
"children": [
725725
{
726-
"title": "Stomp 网关",
727-
"path": "modules/stomp_protocol"
726+
"title": "LwM2M 网关",
727+
"path": "modules/lwm2m_protocol"
728728
},
729729
{
730730
"title": "MQTT-SN 网关",
731731
"path": "modules/mqtt_sn_protocol"
732732
},
733733
{
734-
"title": "CoAP 网关",
735-
"path": "modules/coap_protocol"
736-
},
737-
{
738-
"title": "LwM2M 网关",
739-
"path": "modules/lwm2m_protocol"
734+
"title": "TCP 网关",
735+
"path": "modules/tcp_protocol"
740736
},
741737
{
742738
"title": "JT/T808 网关",
743739
"path": "modules/jt808_protocol"
744740
},
745741
{
746-
"title": "TCP 网关",
747-
"path": "modules/tcp_protocol"
742+
"title": "GB/T32960 网关",
743+
"path": "modules/gbt32960_protocol"
744+
},
745+
{
746+
"title": "CoAP 网关",
747+
"path": "modules/coap_protocol"
748+
},
749+
{
750+
"title": "Stomp 网关",
751+
"path": "modules/stomp_protocol"
748752
},
749753
{
750754
"title": "OCPP 网关",
@@ -1487,36 +1491,32 @@
14871491
"path": "modules/gateway",
14881492
"children": [
14891493
{
1490-
"title": "Stomp Gateway",
1491-
"path": "modules/stomp_protocol"
1494+
"title": "LwM2M Gateway",
1495+
"path": "modules/lwm2m_protocol"
14921496
},
14931497
{
14941498
"title": "MQTT-SN Gateway",
14951499
"path": "modules/mqtt_sn_protocol"
14961500
},
14971501
{
1498-
"title": "CoAP Gateway",
1499-
"path": "modules/coap_protocol"
1500-
},
1501-
{
1502-
"title": "LwM2M Gateway",
1503-
"path": "modules/lwm2m_protocol"
1502+
"title": "TCP Gateway",
1503+
"path": "modules/tcp_protocol"
15041504
},
15051505
{
15061506
"title": "JT/T808 Gateway",
15071507
"path": "modules/jt808_protocol"
15081508
},
15091509
{
1510-
"title": "Stomp gateway",
1510+
"title": "CoAP Gateway",
1511+
"path": "modules/coap_protocol"
1512+
},
1513+
{
1514+
"title": "Stomp Gateway",
15111515
"path": "modules/stomp_protocol"
15121516
},
15131517
{
15141518
"title": "OCPP gateway",
15151519
"path": "modules/ocpp_protocol"
1516-
},
1517-
{
1518-
"title": "TCP Gateway",
1519-
"path": "modules/tcp_protocol"
15201520
}
15211521
]
15221522
}
173 KB
Loading
146 KB
Loading
150 KB
Loading
181 KB
Loading
164 KB
Loading
205 KB
Loading

0 commit comments

Comments
 (0)