@@ -286,7 +286,7 @@ typedef union {
286286 uint32_t sspm_display : 1 ; // bit 8 (v10.0.0.4) - CMND_SSPMDISPLAY - Enable gui display of powered on relays only
287287 uint32_t local_ntp_server : 1 ; // bit 9 (v11.0.0.4) - CMND_RTCNTPSERVER - Enable local NTP server
288288 uint32_t influxdb_sensor : 1 ; // bit 10 (v11.0.0.5) - CMND_IFXSENSOR - Enable sensor support in addition to teleperiod support
289- uint32_t serbridge_console : 1 ; // bit 11 (v11.1.0.4) - CMND_SSERIALSEND9 - Enable logging tee to serialbridge
289+ uint32_t ex_serbridge_console : 1 ; // bit 11 (v11.1.0.4) - (v14.1.0.2) Replaced by CMND_SSERIALMODE
290290 uint32_t telegram_disable_af : 1 ; // bit 12 (v14.0.0.2) - CMND_TMSTATE 6/7 - Disable Telegram auto-fingerprint fix
291291 uint32_t spare13 : 1 ; // bit 13
292292 uint32_t spare14 : 1 ; // bit 14
@@ -515,6 +515,7 @@ typedef struct {
515515 uint8_t text_pool_290 [66 ]; // 290
516516
517517 // End of single char array of 698 chars max ****************
518+
518519 uint8_t display_model ; // 2D2
519520 uint8_t display_mode ; // 2D3
520521 uint8_t display_refresh ; // 2D4
@@ -832,9 +833,7 @@ typedef struct {
832833 uint8_t windmeter_tele_pchange ; // F3E
833834 uint8_t ledpwm_on ; // F3F
834835 uint8_t ledpwm_off ; // F40
835-
836- uint8_t ex_tcp_baudrate ; // F41 ex_tcp_baudrate, free since v14.0.0.4
837-
836+ uint8_t sserial_mode ; // F41
838837 uint8_t fallback_module ; // F42
839838 uint8_t shutter_mode ; // F43
840839 uint16_t energy_power_delta [3 ]; // F44
0 commit comments