Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeffhollan/functions-csharp-lifx-button
- Owner: jeffhollan
- Created: 2018-07-30T03:50:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T06:32:27.000Z (over 6 years ago)
- Last Synced: 2025-01-23T00:45:08.722Z (5 days ago)
- Language: C#
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.