| 
					
				 | 
			
			
				@@ -496,7 +496,7 @@ function paramsRefresh() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // State 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ups_alarm ? pstate.push('exclamination') : pstate.push('normal'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    ups_standby ? pstate.push('clock') : null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // ups_standby ? pstate.push('clock') : null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ups_shutdown ? pstate.push('shutdown') : null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     !Alarm(ma, 3) && !bat_low ? bstate.push('normal') : null; 
			 |