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 wemoGenerate launch.json and tasks.json for Visual Studio Code (already in repository) using:
> dotnet new consoleAlternatively, from the GUI menu: View -> Command Palette... -> .NET: Generate Assets for Build and Debug
Build a debug configuration:
> dotnet buildTo build and run:
> dotnet runTo clean the repository of build artifacts:
> dotnet clean