mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
api update
This commit is contained in:
@@ -159,26 +159,6 @@ bool subghz_protocol_nice_flor_s_create_data(
|
|||||||
SubGhzRadioPreset* preset,
|
SubGhzRadioPreset* preset,
|
||||||
bool nice_one);
|
bool nice_one);
|
||||||
|
|
||||||
/**
|
|
||||||
* Key generation from simple data.
|
|
||||||
* @param context Pointer to a SubGhzProtocolEncoderStarLine instance
|
|
||||||
* @param flipper_format Pointer to a FlipperFormat instance
|
|
||||||
* @param serial Serial number, 24 bit
|
|
||||||
* @param btn Button number, 8 bit
|
|
||||||
* @param cnt Counter value, 16 bit
|
|
||||||
* @param manufacture_name Name of manufacturer's key
|
|
||||||
* @param preset Modulation, SubGhzRadioPreset
|
|
||||||
* @return true On success
|
|
||||||
*/
|
|
||||||
bool subghz_protocol_star_line_create_data(
|
|
||||||
void* context,
|
|
||||||
FlipperFormat* flipper_format,
|
|
||||||
uint32_t serial,
|
|
||||||
uint8_t btn,
|
|
||||||
uint16_t cnt,
|
|
||||||
const char* manufacture_name,
|
|
||||||
SubGhzRadioPreset* preset);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Key generation from simple data.
|
* Key generation from simple data.
|
||||||
* @param context Pointer to a SubGhzProtocolEncoderSomfyTelis instance
|
* @param context Pointer to a SubGhzProtocolEncoderSomfyTelis instance
|
||||||
|
|||||||
@@ -3742,7 +3742,6 @@ Function,+,subghz_protocol_secplus_v1_check_fixed,_Bool,uint32_t
|
|||||||
Function,+,subghz_protocol_secplus_v2_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint32_t, SubGhzRadioPreset*"
|
Function,+,subghz_protocol_secplus_v2_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint32_t, SubGhzRadioPreset*"
|
||||||
Function,+,subghz_protocol_somfy_keytis_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, SubGhzRadioPreset*"
|
Function,+,subghz_protocol_somfy_keytis_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, SubGhzRadioPreset*"
|
||||||
Function,+,subghz_protocol_somfy_telis_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, SubGhzRadioPreset*"
|
Function,+,subghz_protocol_somfy_telis_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, SubGhzRadioPreset*"
|
||||||
Function,+,subghz_protocol_star_line_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, const char*, SubGhzRadioPreset*"
|
|
||||||
Function,+,subghz_receiver_alloc_init,SubGhzReceiver*,SubGhzEnvironment*
|
Function,+,subghz_receiver_alloc_init,SubGhzReceiver*,SubGhzEnvironment*
|
||||||
Function,+,subghz_receiver_decode,void,"SubGhzReceiver*, _Bool, uint32_t"
|
Function,+,subghz_receiver_decode,void,"SubGhzReceiver*, _Bool, uint32_t"
|
||||||
Function,+,subghz_receiver_free,void,SubGhzReceiver*
|
Function,+,subghz_receiver_free,void,SubGhzReceiver*
|
||||||
|
|||||||
|
Reference in New Issue
Block a user