 31259d5304
			
		
	
	
		31259d5304
		
			
		
	
	
	
	
		
			
			* GubGhz: add protocol Alutech at-4n * SubGhz: fix syntax * SubGhz: fix subghz_protocol_decoder_alutech_at_4n_get_hash_data * SubGhz: add unit test alutech at-4n * SubGhz: add name key Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			46 lines
		
	
	
		
			1008 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1008 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| #include "../registry.h"
 | |
| 
 | |
| #include "princeton.h"
 | |
| #include "keeloq.h"
 | |
| #include "star_line.h"
 | |
| #include "nice_flo.h"
 | |
| #include "came.h"
 | |
| #include "faac_slh.h"
 | |
| #include "nice_flor_s.h"
 | |
| #include "came_twee.h"
 | |
| #include "came_atomo.h"
 | |
| #include "nero_sketch.h"
 | |
| #include "ido.h"
 | |
| #include "kia.h"
 | |
| #include "hormann.h"
 | |
| #include "nero_radio.h"
 | |
| #include "somfy_telis.h"
 | |
| #include "somfy_keytis.h"
 | |
| #include "scher_khan.h"
 | |
| #include "gate_tx.h"
 | |
| #include "raw.h"
 | |
| #include "linear.h"
 | |
| #include "linear_delta3.h"
 | |
| #include "secplus_v2.h"
 | |
| #include "secplus_v1.h"
 | |
| #include "megacode.h"
 | |
| #include "holtek.h"
 | |
| #include "chamberlain_code.h"
 | |
| #include "power_smart.h"
 | |
| #include "marantec.h"
 | |
| #include "bett.h"
 | |
| #include "doitrand.h"
 | |
| #include "phoenix_v2.h"
 | |
| #include "honeywell_wdb.h"
 | |
| #include "magellan.h"
 | |
| #include "intertechno_v3.h"
 | |
| #include "clemsa.h"
 | |
| #include "ansonic.h"
 | |
| #include "smc5326.h"
 | |
| #include "holtek_ht12x.h"
 | |
| #include "dooya.h"
 | |
| #include "alutech_at_4n.h"
 | |
| 
 | |
| extern const SubGhzProtocolRegistry subghz_protocol_registry;
 |