39static constexpr uint8_t MAX_ACTIVE_NETWORK_CLICKS = CONFIG_MAX_ACTIVE_NETWORK_CLICKS;
40static constexpr uint8_t ACTIVE_NETWORK_CLICK_STORAGE_CAPACITY = CONFIG_ACTIVE_NETWORK_CLICK_STORAGE_CAPACITY;
42static constexpr uint8_t MAX_AUTO_OFF_ACTUATORS = CONFIG_MAX_AUTO_OFF_ACTUATORS;
43static constexpr uint8_t AUTO_OFF_STORAGE_CAPACITY = CONFIG_AUTO_OFF_STORAGE_CAPACITY;
44static constexpr uint16_t MAX_SHORT_CLICK_ACTUATOR_LINKS = CONFIG_MAX_SHORT_CLICK_ACTUATOR_LINKS;
45static constexpr uint16_t MAX_LONG_CLICK_ACTUATOR_LINKS = CONFIG_MAX_LONG_CLICK_ACTUATOR_LINKS;
46static constexpr uint16_t MAX_SUPER_LONG_CLICK_ACTUATOR_LINKS = CONFIG_MAX_SUPER_LONG_CLICK_ACTUATOR_LINKS;
47static constexpr uint16_t MAX_INDICATOR_ACTUATOR_LINKS = CONFIG_MAX_INDICATOR_ACTUATOR_LINKS;