forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-05-23 e5ec6ffc2fa0c07785c9d797c3fd74fd3031059f
Function/WirelessRemoteComm/wrc_sizhu_v4.h
@@ -23,7 +23,7 @@
#define SIZHU_CONTROL_CODE_DATAUP  0x0101
#define SIZHU_CONTROL_CODE_END     0x0102
#define SIZHU_CONTROL_CODE_MODIFY_KEY 0x0103
#define SIZHU_CONTROL_CODE_PUSH_TERMINAL_INFO 0x0104
#define SIZHU_CONTROL_CODE_PUSH_SETTLEMENT_INFO 0x0104
//¹¦ÄÜ
#define SIZHU_CONTROL_CODE_ACCOUNT_STATUS  0x0201
@@ -100,7 +100,7 @@
  uint8_t net_info;                                      // ÍøÂçÐÅÏ¢
  uint8_t software_version[4];                           // Èí¼þ°æ±¾ºÅ
  uint8_t account_state;                                 // ¿ª»§×´Ì¬
  uint16_t alarm_word[14]; // ±¨¾¯×Ö
  uint16_t alarm_word[7]; // ±¨¾¯×Ö
  uint16_t valve_close_reason;                           // ¹Ø·§Ô­Òò×Ö
  uint8_t reserve[8];                                    // ±£Áô
  uint8_t data_package_format;                           // Êý¾Ý°ü¸ñʽ
@@ -123,7 +123,7 @@
  int8_t lith_vcc_per;                               // ï®µç³Øµçѹ°Ù·Ö±È
  uint8_t alka_vcc;                                   // ¼îµç³Øµçѹ
  int8_t alka_vcc_per;                               // ¼îµç³Øµçѹ°Ù·Ö±È
  uint16_t status[12]; // ×´Ì¬×Ö
  uint16_t status[6]; // ×´Ì¬×Ö
//uint8_t reserved[40];
} SIZHU_V4_PROTOCOL_NORMAL_DATA_PACK_T;