* Only allow channel 15 during automatic configuration of OTBR * Also force channel 15 when creating a new network
5 lines
102 B
Python
5 lines
102 B
Python
"""Constants for the Open Thread Border Router integration."""
|
|
|
|
DOMAIN = "otbr"
|
|
|
|
DEFAULT_CHANNEL = 15
|