5#define SUBGHZ_PROTOCOL_HONEYWELL_WDB_NAME "Honeywell"
25void subghz_protocol_encoder_honeywell_wdb_free(
void* context);
34 subghz_protocol_encoder_honeywell_wdb_deserialize(
void* context,
FlipperFormat* flipper_format);
40void subghz_protocol_encoder_honeywell_wdb_stop(
void* context);
47LevelDuration subghz_protocol_encoder_honeywell_wdb_yield(
void* context);
60void subghz_protocol_decoder_honeywell_wdb_free(
void* context);
66void subghz_protocol_decoder_honeywell_wdb_reset(
void* context);
74void subghz_protocol_decoder_honeywell_wdb_feed(
void* context,
bool level, uint32_t duration);
81uint8_t subghz_protocol_decoder_honeywell_wdb_get_hash_data(
void* context);
90SubGhzProtocolStatus subghz_protocol_decoder_honeywell_wdb_serialize(
102 subghz_protocol_decoder_honeywell_wdb_deserialize(
void* context,
FlipperFormat* flipper_format);
109void subghz_protocol_decoder_honeywell_wdb_get_string(
void* context,
FuriString* output);
Definition level_duration.h:15
Definition environment.c:4
Definition honeywell_wdb.c:24
Definition honeywell_wdb.c:36