Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	File size: 986 Bytes
			
			| a0da702 d44eb4c ad29427 438fbee da80bc5 d44eb4c 58fb27d 131c341 d3e1e97 9cea633 131c341 54179a0 58fb27d d44eb4c dcd05a0 d44eb4c fe0dfc6 743ed37 fe0dfc6 743ed37 4f5fb6d a34c177 64d2599 743ed37 d44eb4c 78ab611 525ca9d 78ab611 525ca9d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | def initialize():
    # Значение онлайн
    global dey    
    global wek   
    global v_hid    
    global v_min 
    global ph 
    global ec  
    global tS   
    global tA        
    global hDm 
    global sVen
    global rFul
    global rLi
    global rWat
    global rRas
    global rPH
    global rEC
    global rSl
    global rLe 
    global alW 
    
    # Значение настройки сейчас   
    global ph_eep
    global ph_on_eep
    global ec_eep
    global ec_A_eep
    global ec_B_eep
    global ec_C_eep
    global l_ON_h_eep
    global l_ON_m_eep
    global l_OFF_h_eep
    global l_OFF_m_eep 
    global t_Voz_eep 
    
    # Значение настройки новые 
    global ph_set
    global ph_on_set   
    global ec_set
    global ec_A_set
    global ec_B_set
    global ec_C_set
    global l_ON_h_set
    global l_ON_m_set
    global l_OFF_h_set
    global l_OFF_m_set 
    global t_Voz_set 
    
    global eep_set     |