mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	save work
This commit is contained in:
		
							parent
							
								
									de7742a444
								
							
						
					
					
						commit
						bc09622a77
					
				@ -402,7 +402,7 @@ bool RouterObjectFilterTable::isGroupAddressInFilterTable(uint16_t groupAddress)
 | 
				
			|||||||
    if (property(PID_FILTER_TABLE_USE)->read(filterTableUse) == 0)
 | 
					    if (property(PID_FILTER_TABLE_USE)->read(filterTableUse) == 0)
 | 
				
			||||||
        return false;
 | 
					        return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (filterTableUse != 0x00)
 | 
					    if ((filterTableUse&0x01) == 1)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        // octet_address = GA_value div 8
 | 
					        // octet_address = GA_value div 8
 | 
				
			||||||
        // bit_position = GA_value mod 8
 | 
					        // bit_position = GA_value mod 8
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user