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

Commit

Permalink
Update SmartCoffeeService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierce Boggan committed Apr 26, 2016
1 parent 472aad5 commit 86c69ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private SmartCoffeeService(Connection connection)

public static async Task<SmartCoffeeService> GetCoffeeServiceApi()
{
// TODO #3: Create a connection with Azure IoT Hub.
// TODO #4: Create a connection with Azure IoT Hub.

return null;
}
Expand Down Expand Up @@ -109,4 +109,4 @@ public async void Dispose()
await connection.CloseAsync();
}
}
}
}

0 comments on commit 86c69ef

Please sign in to comment.