ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
esphome::sendspin_::sendspin_priority Namespace Reference

Setup priorities for the sendspin hub and its child components. More...

Variables

constexpr float HUB = esphome::setup_priority::AFTER_WIFI
 
constexpr float CHILD = HUB - 1.0f
 

Detailed Description

Setup priorities for the sendspin hub and its child components.

Centralized here so every sendspin component orders itself relative to the hub without each subcomponent having to pick a priority independently. Children run one step later than hub so they can assume hub's setup() has already completed.

Variable Documentation

◆ CHILD

float esphome::sendspin_::sendspin_priority::CHILD = HUB - 1.0f
inlineconstexpr

Definition at line 41 of file sendspin_hub.h.

◆ HUB

float esphome::sendspin_::sendspin_priority::HUB = esphome::setup_priority::AFTER_WIFI
inlineconstexpr

Definition at line 40 of file sendspin_hub.h.