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 31f1573 commit c5a2ec5Copy full SHA for c5a2ec5
zigpy_znp/zigbee/application.py
@@ -362,7 +362,7 @@ async def form_network(self):
362
network_key = self.config[conf.CONF_NWK][conf.CONF_NWK_KEY]
363
364
if pan_id is None:
365
- pan_id = random.SystemRandom().randint(0x0000, 0xFFFE + 1)
+ pan_id = random.SystemRandom().randint(0x0001, 0xFFFE + 1)
366
367
if extended_pan_id is None:
368
extended_pan_id = ExtendedPanId(os.urandom(8))
0 commit comments