Version 1.0.4

Added sensor reading error message.
Updated components.
This commit is contained in:
2024-07-16 14:12:28 +03:00
parent 6e27f40bf1
commit 31b7789873
8 changed files with 25 additions and 43 deletions

View File

@ -159,14 +159,14 @@ void zh_send_switch_attributes_message_task(void *pvParameter);
void zh_send_switch_config_message(const switch_config_t *switch_config);
/**
* @brief Function for prepare the sensor hardware configuration message and sending it to the gateway.
* @brief Function for prepare the switch hardware configuration message and sending it to the gateway.
*
* @param[in] switch_config Pointer to the structure of data exchange between tasks, functions and event handlers.
*/
void zh_send_switch_hardware_config_message(const switch_config_t *switch_config);
/**
* @brief Task for prepare the sensor keep alive message and sending it to the gateway.
* @brief Task for prepare the switch keep alive message and sending it to the gateway.
*
* @param[in] pvParameter Pointer to the structure of data exchange between tasks, functions and event handlers.
*/