mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 14:43:51 +00:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -849,7 +849,7 @@ void HomeassistantServiceMap::encode(ProtoWriteBuffer buffer) const { | ||||
| } | ||||
| void HomeassistantServiceMap::calculate_size(uint32_t &total_size) const { | ||||
|   ProtoSize::add_string_field(total_size, 1, this->key_ref_.size()); | ||||
|   ProtoSize::add_string_field(total_size, 1, this->value); | ||||
|   ProtoSize::add_string_field(total_size, 1, this->value.size()); | ||||
| } | ||||
| void HomeassistantServiceResponse::encode(ProtoWriteBuffer buffer) const { | ||||
|   buffer.encode_string(1, this->service_ref_); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user