Compare commits

..

No commits in common. "main" and "v2.0.4" have entirely different histories.
main ... v2.0.4

2 changed files with 11 additions and 12 deletions

View File

@ -540,7 +540,6 @@ typedef struct // Structure for data exchange between ESP-NOW devices.
bool ext_button_on_level; // External button trigger level (if present). @note HIGH (true) / LOW (false). bool ext_button_on_level; // External button trigger level (if present). @note HIGH (true) / LOW (false).
uint8_t sensor_pin; // Sensor GPIO number (if present). uint8_t sensor_pin; // Sensor GPIO number (if present).
ha_sensor_type_t sensor_type; // Sensor type (if present). @note Used to identify the sensor type by ESP-NOW gateway and send the appropriate sensor status messages to MQTT. ha_sensor_type_t sensor_type; // Sensor type (if present). @note Used to identify the sensor type by ESP-NOW gateway and send the appropriate sensor status messages to MQTT.
uint16_t measurement_frequency; // Sensor measurement frequency (if present).
} switch_hardware_config_message; } switch_hardware_config_message;
} config_message; } config_message;
union // Secondary union of structures of any status messages. @attention Not used in this view. Should be converted to the required tertiary structure. union // Secondary union of structures of any status messages. @attention Not used in this view. Should be converted to the required tertiary structure.

View File

@ -1 +1 @@
2.0.5 2.0.4