Skip to content

Commit 7ae1dad

Browse files
committed
platforms: add information about the DRM types associated to each platform
- This information is used in the plugin to determine the platform corresponding to the devices discovered in DRM. Signed-off-by: Diego Escalona <diego.escalona@digi.com>
1 parent 16e3f93 commit 7ae1dad

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

platforms/platforms.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,84 @@
22
<platform id="Digi XBee3 Zigbee 3">
33
<icon>xbee3_rf.png</icon>
44
<category_id>xbee</category_id>
5+
<drm_types>
6+
<drm_type>XBee3 Zigbee 3.0 TH</drm_type>
7+
<drm_type>XBee3 Zigbee 3.0</drm_type>
8+
</drm_types>
59
</platform>
610
<platform id="Digi XBee3 802.15.4">
711
<icon>xbee3_rf.png</icon>
812
<category_id>xbee</category_id>
13+
<drm_types>
14+
<drm_type>XBee3 802.15.4 TH</drm_type>
15+
<drm_type>XBee3 802.15.4</drm_type>
16+
</drm_types>
917
</platform>
1018
<platform id="Digi XBee3 DigiMesh 2.4">
1119
<icon>xbee3_rf.png</icon>
1220
<category_id>xbee</category_id>
21+
<drm_types>
22+
<drm_type>XBee3 DigiMesh 2.4 TH</drm_type>
23+
<drm_type>XBee3 DigiMesh 2.4</drm_type>
24+
</drm_types>
1325
</platform>
1426
<platform id="Digi XBee3 Cellular LTE-M/NB-IoT">
1527
<icon>xbee3_cellular.png</icon>
1628
<category_id>xbee</category_id>
29+
<drm_types>
30+
<drm_type>XBee3 Cellular LTE-M/NB-IoT Global</drm_type>
31+
</drm_types>
1732
</platform>
1833
<platform id="Digi XBee3 Cellular LTE Cat 1">
1934
<icon>xbee3_cellular.png</icon>
2035
<category_id>xbee</category_id>
36+
<drm_types>
37+
<drm_type>XBee3 Cellular LTE Cat 1 Verizon</drm_type>
38+
<drm_type>XBee3 Cellular LTE Cat 1 AT&amp;T</drm_type>
39+
</drm_types>
2140
</platform>
2241
<platform id="Digi XBee Cellular 3G">
2342
<icon>xbee_cellular_3g.png</icon>
2443
<category_id>xbee</category_id>
44+
<drm_types>
45+
<drm_type>XBee Cellular 3G</drm_type>
46+
</drm_types>
2547
</platform>
2648
<platform id="Digi XBee Cellular LTE Cat 1">
2749
<icon>xbee_cellular.png</icon>
2850
<category_id>xbee</category_id>
51+
<drm_types>
52+
<drm_type>XBee Cellular LTE Cat 1 Verizon</drm_type>
53+
</drm_types>
2954
</platform>
3055
<platform id="Digi XBee 3 Global LTE-M/NB-IoT">
3156
<icon>xbee3_global_ltem_nbiot.png</icon>
3257
<category_id>xbee</category_id>
58+
<drm_types>
59+
<drm_type>XBee3 Global LTE-M/NB-IoT</drm_type>
60+
<drm_type>XBee3 Global LTE-M/NB-IoT Low Power</drm_type>
61+
</drm_types>
3362
</platform>
3463
<platform id="Digi XBee 3 North America LTE Cat 1">
3564
<icon>xbee3_global_cat1.png</icon>
3665
<category_id>xbee</category_id>
66+
<drm_types>
67+
<drm_type>XBee3 North America LTE Cat 1</drm_type>
68+
</drm_types>
3769
</platform>
3870
<platform id="Digi XBee 3 Global LTE Cat 1">
3971
<icon>xbee3_global_cat1.png</icon>
4072
<category_id>xbee</category_id>
73+
<drm_types>
74+
<drm_type>XBee3 Global LTE Cat 1</drm_type>
75+
</drm_types>
4176
</platform>
4277
<platform id="Digi XBee BLU">
4378
<icon>xbee_blu.png</icon>
4479
<category_id>xbee</category_id>
80+
<drm_types>
81+
<drm_type>XBee BLU TH</drm_type>
82+
<drm_type>XBee BLU</drm_type>
83+
</drm_types>
4584
</platform>
4685
</platforms>

0 commit comments

Comments
 (0)