Skip to content

.NET-Standard library for controlling Brematic remote power outlets and potentially other stuff

License

Notifications You must be signed in to change notification settings

tefinger/Brematic.Net

Repository files navigation

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)