Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.09 KB

Build status codecov

Brematic.Net

This project offers a home for controlling your remote power outlets (and potentially other stuff) with your .NET applications. With the help of the community we might get other devices working aswell.

Brematic.Net is a port of pyPrematic (Thanks @d-Rickyy-b for that!) to .NET-Standard.

Installation

You can simply install the module via NuGet like this:

Install-Package Brematic.Net

Check it out on NuGet.org https://www.nuget.org/packages/Brematic.Net/

Example usage

To check out how to use the module, check the samples here: (https://github.com/tefinger/Brematic.Net/tree/master/samples)