2022-03-03 09:48:56 +00:00
|
|
|
#pragma once
|
2022-10-19 17:27:26 +00:00
|
|
|
#include "../registry.h"
|
2022-03-03 09:48:56 +00:00
|
|
|
|
2022-04-14 12:49:29 +00:00
|
|
|
#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"
|
2022-06-01 12:17:21 +00:00
|
|
|
#include "linear.h"
|
2022-05-04 22:44:15 +00:00
|
|
|
#include "secplus_v2.h"
|
2022-05-05 13:42:50 +00:00
|
|
|
#include "secplus_v1.h"
|
2022-05-08 17:50:20 +00:00
|
|
|
#include "megacode.h"
|
2022-05-10 18:11:16 +00:00
|
|
|
#include "holtek.h"
|
2022-06-01 12:17:21 +00:00
|
|
|
#include "chamberlain_code.h"
|
2022-06-22 15:18:52 +00:00
|
|
|
#include "power_smart.h"
|
2022-08-07 15:56:45 +00:00
|
|
|
#include "marantec.h"
|
|
|
|
#include "bett.h"
|
|
|
|
#include "doitrand.h"
|
|
|
|
#include "phoenix_v2.h"
|
2022-08-11 12:20:31 +00:00
|
|
|
#include "honeywell_wdb.h"
|
2022-10-19 17:27:26 +00:00
|
|
|
#include "magellan.h"
|
2022-08-31 14:27:34 +00:00
|
|
|
#include "intertechno_v3.h"
|
2022-09-03 06:19:01 +00:00
|
|
|
#include "clemsa.h"
|
2022-11-23 09:29:30 +00:00
|
|
|
#include "ansonic.h"
|
2022-12-15 20:25:43 +00:00
|
|
|
#include "smc5326.h"
|
2022-04-14 12:49:29 +00:00
|
|
|
|
2022-10-19 17:27:26 +00:00
|
|
|
extern const SubGhzProtocolRegistry subghz_protocol_registry;
|