Skip to content

Commit

Permalink
Reset offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Sep 27, 2020
1 parent 70dda32 commit 6c5cb4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/zcl_app_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,7 @@ void zclApp_ResetAttributesToDefaultValues(void) {
zclApp_Config.EnableABC = DEFAULT_EnableABC;
zclApp_Config.Threshold1_PPM = DEFAULT_Threshold1_PPM;
zclApp_Config.Threshold2_PPM = DEFAULT_Threshold2_PPM;
zclApp_Config.TemperatureOffset = DEFAULT_TemperatureOffset;
zclApp_Config.HumidityOffset = DEFAULT_HumidityOffset;
zclApp_Config.PressureOffset = DEFAULT_PressureOffset;
}

0 comments on commit 6c5cb4e

Please sign in to comment.