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