Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update globs.py
Browse files
    	
        globs.py
    CHANGED
    
    | @@ -36,6 +36,16 @@ def initialize(): | |
| 36 |  | 
| 37 | 
             
                # Значение настройки новые 
         | 
| 38 | 
             
                global ph_set
         | 
|  | |
| 39 | 
             
                global ec_set
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 40 |  | 
| 41 | 
             
                global eep_set    
         | 
|  | |
| 36 |  | 
| 37 | 
             
                # Значение настройки новые 
         | 
| 38 | 
             
                global ph_set
         | 
| 39 | 
            +
                global ph_on_set   
         | 
| 40 | 
             
                global ec_set
         | 
| 41 | 
            +
                global ec_A_set
         | 
| 42 | 
            +
                global ec_B_set
         | 
| 43 | 
            +
                global ec_C_set
         | 
| 44 | 
            +
                global l_ON_h_set
         | 
| 45 | 
            +
                global l_ON_m_set
         | 
| 46 | 
            +
                global l_OFF_h_set
         | 
| 47 | 
            +
                global l_OFF_m_set 
         | 
| 48 | 
            +
                global t_Voz_set 
         | 
| 49 | 
            +
                
         | 
| 50 |  | 
| 51 | 
             
                global eep_set    
         |