mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	newdevice: Added detection for Cisco EPC devices (#6690)
* newdevice: Added detection for Cisco EPC devices * updated test file * added dbm support * added snr support
This commit is contained in:
		
				
					committed by
					
						
						Tony Murray
					
				
			
			
				
	
			
			
			
						parent
						
							407c0a4470
						
					
				
				
					commit
					d48be5f507
				
			@@ -140,6 +140,7 @@ function record_sensor_data($device, $all_sensors)
 | 
			
		||||
        'state'       => '#',
 | 
			
		||||
        'signal'      => 'dBm',
 | 
			
		||||
        'airflow'     => 'cfm',
 | 
			
		||||
        'snr'         => 'SNR',
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    foreach ($all_sensors as $sensor) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user