https://github.com/avicted/disco
Philips hue program
https://github.com/avicted/disco
Last synced: 9 months ago
JSON representation
Philips hue program
- Host: GitHub
- URL: https://github.com/avicted/disco
- Owner: Avicted
- License: mit
- Created: 2022-05-08T13:04:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T13:04:47.000Z (about 4 years ago)
- Last Synced: 2025-03-02T16:29:14.372Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disco
All lights will blink in predefined colors randomly.
## Usage
Define your bridge IP on line 79 `string bridgeIpAddress = ""`
## Run
```bash
dotnet run
```