Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 692 Bytes

File metadata and controls

32 lines (27 loc) · 692 Bytes

Wemo

A C# application that sends commands to Wemo devices.

Prerequisites:

Build and Run

Clone the repository:

> git clone https://github.com/jecassis/wemo.git
> cd wemo

Generate launch.json and tasks.json for Visual Studio Code (already in repository) using:

> dotnet new console

Alternatively, from the GUI menu: View -> Command Palette... -> .NET: Generate Assets for Build and Debug

Build a debug configuration:

> dotnet build

To build and run:

> dotnet run

To clean the repository of build artifacts:

> dotnet clean