Skip to content

Commit

Permalink
Merge pull request #210 from WildernessLabs/feature/cloud-config
Browse files Browse the repository at this point in the history
change health interval metrics property
  • Loading branch information
adrianstevens authored Mar 20, 2024
2 parents 9dfccb1 + 001ca66 commit c9b2ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Meadow.Contracts/Cloud/IMeadowCloudSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface IMeadowCloudSettings
/// <summary>
/// Interval (in minutes) to send health metrics
/// </summary>
int HealthMetricsInterval { get; set; }
int HealthMetricsIntervalMinutes { get; set; }
/// <summary>
/// Enable to provide update service capabiltiies
/// </summary>
Expand Down

0 comments on commit c9b2ea2

Please sign in to comment.