We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214d051 commit cf486c1Copy full SHA for cf486c1
zigpy_znp/types/nvids.py
@@ -39,7 +39,10 @@ class OsalNvIds(BaseNvIds):
39
# Introduced by zigbeer/zigbee-shepherd and now used by Zigbee2MQTT
40
HAS_CONFIGURED_ZSTACK1 = 0x0F00
41
HAS_CONFIGURED_ZSTACK3 = 0x0060
42
- ZIGPY_ZNP_MIGRATION_ID = 0x0FEE
+
43
+ # Although the docs say "IDs reserved for applications range from 0x0401 to 0x0FFF",
44
+ # no OSAL NVID beyond 0x03FF is writable with the MT interface when using Z-Stack 3.
45
+ ZIGPY_ZNP_MIGRATION_ID = 0x005F
46
47
# OSAL NV item IDs
48
EXTADDR = 0x0001
0 commit comments