- beginning to add graphical stats - beginning to add device by type - added a dashboard "etage" - begining to add notification to multiple recipients in freemobile hook
		
			
				
	
	
		
			19 lines
		
	
	
		
			244 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			244 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
$propertyByType = array(
 | 
						|
				"light" => array(
 | 
						|
					"state",
 | 
						|
					"brightness",
 | 
						|
					"state_l1",
 | 
						|
					"state_l2"
 | 
						|
					),
 | 
						|
				"climate" => array(
 | 
						|
					"local_temperature",
 | 
						|
					"value",
 | 
						|
					"current_heating_setpoint",
 | 
						|
					)
 | 
						|
				);
 | 
						|
 | 
						|
 | 
						|
?>
 |