Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffhollan/functions-csharp-lifx-button

Sample of triggering on IoT Hub event to toggle Lifx buttons. This also has unit and integration tests, with mocking for the unit tests
https://github.com/jeffhollan/functions-csharp-lifx-button

Last synced: 3 days ago
JSON representation

Sample of triggering on IoT Hub event to toggle Lifx buttons. This also has unit and integration tests, with mocking for the unit tests

Awesome Lists containing this project

README

        

# Button sample

Sample Azure Functions project that toggles a LIFX lightbulb. Also shows how to write unit tests (with HTTP mocking) and integration tests. All of this was also setup with CI/CD in VSTS, including automated testing.