Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update SmartCoffeeViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierce Boggan committed Apr 26, 2016
1 parent 86c69ef commit d21dd8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async Task ExecuteBrewCoffeeCommandAsync()
{
ButtonText = isCoffeeBrewing ? "Start Brewing" : "Stop Brewing";

// TODO #4: Send a message to Azure IoT Hub.
// TODO #5: Send a message to Azure IoT Hub.

isCoffeeBrewing = !isCoffeeBrewing;
}
Expand All @@ -59,4 +59,4 @@ async Task ExecuteBrewCoffeeCommandAsync()
IsBusy = false;
}
}
}
}

0 comments on commit d21dd8c

Please sign in to comment.