Log rolling code mqtt topic

This commit is contained in:
2025-05-03 19:14:49 +02:00
parent 27e8bf4781
commit d46c6e5084
+2
View File
@@ -25,6 +25,8 @@ void SomfyRTSCover::dump_config() {
} else {
ESP_LOGCONFIG(TAG, " Rolling Code: N/A");
}
ESP_LOGCONFIG(TAG, " Rolling Code MQTT prefix: %s",
this->mqtt_topic_prefix_.c_str());
}
cover::CoverTraits SomfyRTSCover::get_traits() {