|  |  |  | @ -375,6 +375,7 @@ exports.motorAction = async (req, reply) => { | 
			
		
	
		
			
				
					|  |  |  |  |           console.log(rcvr_info.motor_status) | 
			
		
	
		
			
				
					|  |  |  |  |           const newWaterLevel = receiver_waterlevel+450; | 
			
		
	
		
			
				
					|  |  |  |  |           console.log(newWaterLevel,"2",receiver_tank_info.tankName) | 
			
		
	
		
			
				
					|  |  |  |  |            | 
			
		
	
		
			
				
					|  |  |  |  |           // Check if updating should stop
 | 
			
		
	
		
			
				
					|  |  |  |  |           if ((newWaterLevel/receiver_capacity)*100 >= 97 || (newWaterLevel/receiver_capacity)*100 >= desired_water_percentage || rcvr_info.motor_status === "0"   ) { | 
			
		
	
		
			
				
					|  |  |  |  |              | 
			
		
	
	
		
			
				
					|  |  |  | 
 |