Skip to content

Commit

Permalink
Merge pull request #1088 from WildernessLabs/feature/sim
Browse files Browse the repository at this point in the history
default temp simulation to random walk
  • Loading branch information
adrianstevens authored Nov 10, 2024
2 parents cca8021 + feae538 commit c238368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void SetSensorValue(object value)
}

/// <inheritdoc/>
public void StartSimulation(SimulationBehavior behavior)
public void StartSimulation(SimulationBehavior behavior = SimulationBehavior.RandomWalk)
{
_behavior = behavior;
_simulationTimer = new Timer(SimulationProc, null, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(1));
Expand Down

0 comments on commit c238368

Please sign in to comment.