[FL-2723] SubGhz: add protocol Honeywell_WDB / Doorbell (#1560)

* SubGhz: add protocol Honeywell_WDB (receive/save/load/transfer)
* SubGhz: add  parsing data honeywell
* SubGhz: fix UI CAME TWEE
* SubGhz: add unit_test honeywell_wdb

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2022-08-11 16:20:31 +04:00
committed by GitHub
parent 79d9731ea5
commit a39111ade2
11 changed files with 591 additions and 13 deletions

View File

@@ -17,3 +17,11 @@
* @return Reverse data
*/
uint64_t subghz_protocol_blocks_reverse_key(uint64_t key, uint8_t count_bit);
/**
* Get parity the data bitwise.
* @param key In data
* @param count_bit number of data bits
* @return parity
*/
uint8_t subghz_protocol_blocks_get_parity(uint64_t key, uint8_t count_bit);