File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ class OsalExNvIds(BaseNvIds):
25
25
26
26
27
27
class NwkNvIds (BaseNvIds ):
28
+ # XXX: These are not documented or found in the code but seem to work?
29
+ # No others exist. Every one of the 2^16 possible NVIDs is in this enum.
30
+ # HAS_CONFIGURED_ZSTACK1 = 0x0F00
31
+ HAS_CONFIGURED_ZSTACK3 = 0x0060
32
+
28
33
# OSAL NV item IDs
29
34
EXTADDR = 0x0001
30
35
BOOTCOUNTER = 0x0002
@@ -94,10 +99,6 @@ class NwkNvIds(BaseNvIds):
94
99
BDBNODEISONANETWORK = 0x0055 # bdbNodeIsOnANetwork attribute
95
100
BDBREPORTINGCONFIG = 0x0056
96
101
97
- # XXX: these are not documented or found anywhere but in the Z2M codebase
98
- ZNP_HAS_CONFIGURED_ZSTACK1 = 0x0F00
99
- ZNP_HAS_CONFIGURED_ZSTACK3 = 0x0060
100
-
101
102
# Security NV Item IDs
102
103
SECURITY_LEVEL = 0x0061
103
104
PRECFGKEY = 0x0062
You can’t perform that action at this time.
0 commit comments