IGrill.Core 0.5.0

dotnet add package IGrill.Core --version 0.5.0
NuGet\Install-Package IGrill.Core -Version 0.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IGrill.Core" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IGrill.Core --version 0.5.0
#r "nuget: IGrill.Core, 0.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IGrill.Core as a Cake Addin
#addin nuget:?package=IGrill.Core&version=0.5.0

// Install IGrill.Core as a Cake Tool
#tool nuget:?package=IGrill.Core&version=0.5.0

iGrill

C# library to connect to the iGrill using UWP (Universal Windows Platform)

This library can be used to connect to the iGrill Mini, v2 and v3. Using a standard Windows or Windows IoT Core on a Raspberry Pi.

Build Status nuget GitHub

Usage of the library

igrill = IGrill.Core.IGrillFactory.FromDeviceInformation(device);
igrill.OnTemperatureChanged += (object sender, TemperatureChangedEventArg args) =>
{
    Debug.WriteLine(String.Format("Probe {0} = {1}°C", args.ProbeIndex, args.Temperature));
};
await igrill.ConnectAsync();

Tasks

  • Tested with iGrill Mini
  • Tested with iGrill 2
  • Tested with iGrill 3
  • Detect which iGrill it is
  • Docu (Add Bluetooth right)

The App

Work in Progress...

Tasks

  • Using Configuration to persist selected device
  • Using MQTT
  • Configuration (Settings)
  • Multilanguage
  • Add Azure Pipeline
  • Starting App in CommandLine (Checkout, Build, Run)
Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.0 664 3/5/2019
0.3.0 550 3/4/2019
0.1.0 565 3/4/2019

First release