00 00 00 00 means the sleep mode is enabled, if it is 00 00 00 01, it means the startup
mode is on
The returned byte is E2 01 F0, which means success.
27) Function: Example for setting the number of custom mode groups: AA E3 00 00 00
01 E0 Set the number of custom mode groups as the first group;
The returned byte is E3 01 F0, which means success.
28) Function: Read custom mode group value
Example: Send byte AA E4 00 00 00 00 E0; return byte E4 01 F0
Indicates that the custom mode group is the first group.
29) Function: Example of setting continuous mode group value: AA E5 00 00 00 01 E0
Set the number of continuous mode groups as the first group;
The returned byte is E5 01 F0, which means success.
30) Function: Read continuous mode group value
Example: Send byte AA E6 00 00 00 00 E0; return byte E6 01 F0
Indicates that the continuous mode group is the first group.
31) Function: Example of setting the modulation mode group value: AA E7 00 00 00
01 E0 Set the modulation mode group number as the first group;
The returned byte is E7 01 F0, which means success.
32) Function: Read the value of the modulation mode group
Example: Send byte AA E8 00 00 00 00 E0;
Return byte E8 01 F0
Indicates that the modulation mode group is the first group.