Add support for timeouts before next network connection is turned up and add support for openthread and modem.

This commit is contained in:
Roy Walker
2026-02-28 13:41:55 -06:00
parent 26bdf58daf
commit 1a61cd622e
+1 -1
View File
@@ -21,7 +21,7 @@ CONF_ENABLE_HIGH_PERFORMANCE = "enable_high_performance"
# Network priority tracking
KEY_NETWORK_PRIORITY = "network_priority"
VALID_NETWORK_TYPES = ["ethernet", "wifi"]
VALID_NETWORK_TYPES = ["ethernet", "openthread", "wifi", "modem"]
# Setup priority base values — first in list gets the highest priority
NETWORK_PRIORITY_BASE = 300.0
NETWORK_PRIORITY_STEP = 100.0