mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	debug
This commit is contained in:
		| @@ -2337,3 +2337,5 @@ message ZWaveProxyRequest { | ||||
|   ZWaveProxyRequestType type = 1; | ||||
|   bytes data = 2 [(pointer_to_buffer) = true]; | ||||
| } | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -1886,3 +1886,5 @@ void APIConnection::log_warning_(const LogString *message, APIError err) { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -744,3 +744,5 @@ class APIConnection final : public APIServerConnection { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -264,3 +264,5 @@ APIError APIFrameHelper::handle_socket_read_result_(ssize_t received) { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -201,3 +201,5 @@ class APIFrameHelper { | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| #endif  // USE_API | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -603,3 +603,5 @@ void noise_rand_bytes(void *output, size_t len) { | ||||
| }  // namespace esphome::api | ||||
| #endif  // USE_API_NOISE | ||||
| #endif  // USE_API | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -62,3 +62,5 @@ class APINoiseFrameHelper final : public APIFrameHelper { | ||||
| }  // namespace esphome::api | ||||
| #endif  // USE_API_NOISE | ||||
| #endif  // USE_API | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -292,3 +292,5 @@ APIError APIPlaintextFrameHelper::write_protobuf_packets(ProtoWriteBuffer buffer | ||||
| }  // namespace esphome::api | ||||
| #endif  // USE_API_PLAINTEXT | ||||
| #endif  // USE_API | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -48,3 +48,5 @@ class APIPlaintextFrameHelper final : public APIFrameHelper { | ||||
| }  // namespace esphome::api | ||||
| #endif  // USE_API_PLAINTEXT | ||||
| #endif  // USE_API | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -28,3 +28,5 @@ class APINoiseContext { | ||||
| #endif  // USE_API_NOISE | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -81,3 +81,5 @@ extend google.protobuf.FieldOptions { | ||||
|     //   generates: const light::ColorModeMask *supported_color_modes{}; | ||||
|     optional string container_pointer_no_template = 50014; | ||||
| } | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -3205,3 +3205,5 @@ void ZWaveProxyRequest::calculate_size(ProtoSize &size) const { | ||||
| #endif | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -3028,3 +3028,5 @@ class ZWaveProxyRequest final : public ProtoDecodableMessage { | ||||
| #endif | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -2195,3 +2195,5 @@ void ZWaveProxyRequest::dump_to(std::string &out) const { | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| #endif  // HAS_PROTO_MESSAGE_DUMP | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -32,3 +32,5 @@ namespace esphome::api { | ||||
| // This file only provides includes, no actual code | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -855,3 +855,5 @@ void APIServerConnection::read_message(uint32_t msg_size, uint32_t msg_type, uin | ||||
| } | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -484,3 +484,5 @@ class APIServerConnection : public APIServerConnectionBase { | ||||
| }; | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -555,3 +555,5 @@ bool APIServer::teardown() { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -231,3 +231,5 @@ template<typename... Ts> class APIConnectedCondition : public Condition<Ts...> { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -279,3 +279,5 @@ class CustomAPIDevice { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -229,3 +229,5 @@ template<typename... Ts> class HomeAssistantServiceCallAction : public Action<Ts | ||||
|  | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -91,3 +91,5 @@ bool ListEntitiesIterator::on_service(UserServiceDescriptor *service) { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -97,3 +97,5 @@ class ListEntitiesIterator : public ComponentIterator { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -148,3 +148,5 @@ std::string ProtoMessage::dump() const { | ||||
| #endif | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -890,3 +890,5 @@ class ProtoService { | ||||
| }; | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -70,3 +70,5 @@ InitialStateIterator::InitialStateIterator(APIConnection *client) : client_(clie | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -90,3 +90,5 @@ class InitialStateIterator : public ComponentIterator { | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -40,3 +40,5 @@ template<> enums::ServiceArgType to_service_arg_type<std::vector<std::string>>() | ||||
| } | ||||
|  | ||||
| }  // namespace esphome::api | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -75,3 +75,5 @@ template<typename... Ts> class UserServiceTrigger : public UserServiceBase<Ts... | ||||
|  | ||||
| }  // namespace esphome::api | ||||
| #endif  // USE_API_SERVICES | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -294,3 +294,5 @@ void Logger::set_log_level(uint8_t level) { | ||||
| Logger *global_logger = nullptr;  // NOLINT(cppcoreguidelines-avoid-non-const-global-variables) | ||||
|  | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -469,3 +469,5 @@ class LoggerMessageTrigger : public Trigger<uint8_t, const char *, const char *> | ||||
| }; | ||||
|  | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -167,3 +167,5 @@ const LogString *Logger::get_uart_selection_() { | ||||
|  | ||||
| }  // namespace esphome::logger | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -49,3 +49,5 @@ const LogString *Logger::get_uart_selection_() { | ||||
|  | ||||
| }  // namespace esphome::logger | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -20,3 +20,5 @@ void Logger::pre_setup() { global_logger = this; } | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -68,3 +68,5 @@ const LogString *Logger::get_uart_selection_() { | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| #endif  // USE_LIBRETINY | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -46,3 +46,5 @@ const LogString *Logger::get_uart_selection_() { | ||||
|  | ||||
| }  // namespace esphome::logger | ||||
| #endif  // USE_RP2040 | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -94,3 +94,5 @@ const LogString *Logger::get_uart_selection_() { | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| #endif | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -134,3 +134,5 @@ bool TaskLogBuffer::send_message_thread_safe(uint8_t level, const char *tag, uin | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| #endif  // USE_ESPHOME_TASK_LOG_BUFFER | ||||
|  | ||||
| // test | ||||
|   | ||||
| @@ -65,3 +65,5 @@ class TaskLogBuffer { | ||||
| }  // namespace esphome::logger | ||||
|  | ||||
| #endif  // USE_ESPHOME_TASK_LOG_BUFFER | ||||
|  | ||||
| // test | ||||
|   | ||||
		Reference in New Issue
	
	Block a user