* @brief Returns whether notifications are mirrored to MQTT. */
| 898 | * @brief Returns whether notifications are mirrored to MQTT. |
| 899 | */ |
| 900 | bool MQTT::Publisher::publishNotifications() const noexcept |
| 901 | { |
| 902 | return m_publishNotifications; |
| 903 | } |
| 904 | |
| 905 | /** |
| 906 | * @brief Returns the configured publisher mode (Mode enum index). |
no outgoing calls
no test coverage detected