This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Helpers for reading and writing Philips Hue BLE schedules. | |
| This script grew out of reverse-engineering sessions against the Hue BLE | |
| schedule characteristic. It now supports four protocol flows on the schedule | |
| characteristic: | |
| - create a standard wake or sleep schedule from high-level parameters | |
| - update an existing schedule by resending the full body | |
| - delete a schedule by id | |
| - query and read back stored schedules |