The System shall automatically deactivate the away mode and notify users if the temperature inside a room increases by 15 degrees Celsius within a span of 1 minute. This functionality ensures timely response to potential environmental hazards, such as fire or equipment malfunction, while users are away from the property.
Tasks:
[x] Develop an algorithm to monitor temperature changes within rooms during the away mode.
[x] Implement a mechanism to detect rapid temperature increases exceeding 15 degrees Celsius within a 1-minute timeframe.
[x] Integrate the temperature monitoring and detection logic with the away mode deactivation and notification system.
[x] Design user notification messages to inform about the automatic deactivation of the away mode and the reason behind it.
The System shall automatically deactivate the away mode and notify users if the temperature inside a room increases by 15 degrees Celsius within a span of 1 minute. This functionality ensures timely response to potential environmental hazards, such as fire or equipment malfunction, while users are away from the property.
Tasks: