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