2022-03-03 13:48:56 +04:00
|
|
|
#pragma once
|
2022-10-19 21:27:26 +04:00
|
|
|
#include "../registry.h"
|
2023-06-06 23:13:41 +04:00
|
|
|
#include "../subghz_protocol_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"
|
2023-02-08 07:26:45 -08:00
|
|
|
#include "linear_delta3.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-12-27 12:29:21 +04:00
|
|
|
#include "holtek_ht12x.h"
|
2023-02-08 20:37:24 +04:00
|
|
|
#include "dooya.h"
|
2023-02-08 20:59:49 +04:00
|
|
|
#include "alutech_at_4n.h"
|
2023-02-08 21:47:39 +04:00
|
|
|
#include "kinggates_stylo_4k.h"
|
2023-02-09 08:48:06 +04:00
|
|
|
#include "bin_raw.h"
|
2023-11-15 10:04:45 +01:00
|
|
|
#include "mastercode.h"
|
2023-11-21 01:00:15 +03:00
|
|
|
#include "honeywell.h"
|
2024-06-06 01:33:47 +03:00
|
|
|
#include "legrand.h"
|
2024-08-09 10:24:57 +02:00
|
|
|
#include "dickert_mahs.h"
|
2024-09-04 03:16:30 +03:00
|
|
|
#include "gangqi.h"
|
|
|
|
|
#include "marantec24.h"
|
2024-09-06 00:46:29 +03:00
|
|
|
#include "hollarm.h"
|
2025-01-15 17:23:38 +03:00
|
|
|
#include "hay21.h"
|
2025-02-24 10:56:57 +03:00
|
|
|
#include "revers_rb2.h"
|
2025-04-21 19:23:51 +03:00
|
|
|
#include "feron.h"
|
2025-07-09 08:02:05 +03:00
|
|
|
#include "roger.h"
|