meshnode config flows
Node configuration is managed through two distinct flows that provide settings for a node's behavior.
-
Operational Config Flow: This flow contains the final, resolved configuration that dictates how a specific node operates.
-
Inheritable Config Flow: This flow contains settings that a node makes available to its descendants in the mesh hierarchy.
While there are two separate flows, there is a single inheritance mechanism that resolves the final operational configuration for a node. This mechanism draws from the inheritable
configs of parent nodes, as well as service and platform-level defaults.
Children
Backlinks