forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #22: 🐛 Lighting bugfix.
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs Squashed commit of the following: commit 5f721726e1b9d5be71b8330009dbdfb2dc5b6fc2 Author: Elfelsoufi-SiLabs <[email protected]> Date: Fri Aug 5 16:55:35 2022 -0400 🔨 If value is greater than max level, set to max level. commit cb8a4a27a7a5573413cf1b0ffe71024b58bc6a60 Author: Elfelsoufi-SiLabs <[email protected]> Date: Fri Aug 5 16:52:40 2022 -0400 🐛 Return if wrong level value is received. commit c639c6b6f205763c4b97e5abf557ac3c86295f6c Author: Elfelsoufi-SiLabs <[email protected]> Date: Thu Aug 4 19:40:13 2022 -0400 🎨 Remove color enum. Use color struct. commit 1bd420a2d8786a9386bd70be1d22ec5d1fb776b4 Author: Elfelsoufi-SiLabs <[email protected]> Date: Thu Aug 4 14:37:38 2022 -0400 ⛳ Remove all endpoints from the code. commit f45cf02c47e4508802fe0dcb6e764debe8a9e404 Author: Elfelsoufi-SiLabs <[email protected]> Date: Wed Aug 3 19:01:32 2022 -0400 ✨ Remove useless callback. commit da69394d72f7febe170278fb5bbba652f8d2655b Author: Elfelsoufi-SiLabs <[email protected]> Date: Wed Aug 3 18:48:15 2022 -0400 📬 Post Light Control event using PostEvent. Remove LightControl Callback. commit 5b58d6ba1ddd6ce318e89dbf89669bc3181bc942 Author: Elfelsoufi-SiLabs <[email protected]> Date: Wed Aug 3 14:43:48 2022 -0400 🎨 Use current level as the parameter value in the HSV to RGB conversion. commit 11e02cdd7b1312f8737817974989502d08d53c4e Author: Elfelsoufi-SiLabs <[email protected]> Date: Tue Aug 2 19:49:27 2022 -0400 ✨ Code improvements. commit 40e9fa1c8d37a18dfd5218307582c0d215e01021 Author: Elfelsoufi-SiLabs <[email protected]> Date: Mon Jul 25 12:22:31 2022 -0400 🎬 Change currentLevel attribute to 254 in ZAP generated files for New-Light. commit 94fe176c33826d3b4dc7aac1faf2db9ca32228df Author: Elfelsoufi-SiLabs <[email protected]> Date: Sun Jul 24 19:20:07 2022 -0400 🎨 Scale color with current level. commit 2c7958ec31fe61e4a15d83c94159b38ad599a0d9 Author: Elfelsoufi-SiLabs <[email protected]> Date: Sun Jul 24 19:18:59 2022 -0400 🐛 Fix Hardfault in LightingManager.cpp. commit 057fd61fdb35b98bd23936cdff4d833c99d04d7d Author: Elfelsoufi-SiLabs <[email protected]> Date: Wed Jul 20 14:29:51 2022 -0400 🐛 Bugfix for Light Level.
- Loading branch information
1 parent
ea7161d
commit ec7a394
Showing
11 changed files
with
725 additions
and
412 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.