Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 474 Bytes

block-pass-list.md

File metadata and controls

19 lines (15 loc) · 474 Bytes
sidebarDepth
1

Device blocklist / passlist

You can define blocked devices as well as a list of devices allowed joining the network.

# Optional: Block devices from the network (by ieeeAddr) (default: empty)
blocklist:
  - '0x000b57fffec6a5b2'

# Optional: Allow only certain devices to join the network (by ieeeAddr)
# Note that all devices not on the passlist will be removed from the network!
# (default: empty)
passlist:
  - '0x000b57fffec6a5b3'