https://github.com/marcodeg/homekitlightbulbcontroller
https://github.com/marcodeg/homekitlightbulbcontroller
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcodeg/homekitlightbulbcontroller
- Owner: Marcodeg
- Created: 2019-06-13T18:26:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T21:40:43.000Z (almost 7 years ago)
- Last Synced: 2025-06-23T19:11:30.931Z (9 months ago)
- Language: Swift
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HomeKit Lightbulb Controller

  
This framework aims to facilitate the use of bulbs through HomeKit.
__Why this framework?__
During the creation of an app for home automation through HomeKit, I found too complex the management of accessories and especially the bulbs.
So I decided to create this framework to facilitate the work of the team and have reusable code in the future.
Hoping that it will be useful to everyone.
__What can you do with this framework:__
- Color Animation *
- Intensity Animation
- Brithness Animation
- Color Change
- Intensity Change
- Brightness Change
- Switching on/off
- Services Check **
_* A fluid animation that goes from one color to another recreating a gradient._
_**You can check if the light bulb is RGB or if it has other types of services such as intensity._