A C# application that sends commands to Wemo devices.
- .NET Core SDK (2.2 or later)
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