You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
# Changelog
2
+
## Version 2.9.10
3
+
- Fixed event limitation in PowerLevelController
4
+
- Example "RGB_LED_Stripe_5050.ino" extended to support color temperature
5
+
- Example "ACUnit.ino" extended to support onRangeValue / adjustRangeValue
6
+
2
7
## Version 2.9.9
3
8
- Fixed include instruction in EventLimiter.h (uppercase / lowercase issue)
4
9
@@ -22,7 +27,7 @@
22
27
Attempting to send events shorter than these minimum waiting times will add the minimum waiting time as a delay to each attempt. If excessive events are tried to be sent (e.g. in a loop) a warning is displayed.
23
28
<details><summary>Events overview (click for more details)</summary>
24
29
25
-
| Events allowed every 10 seconds| Events allowed every 60 seconds |
30
+
| Events allowed every 1 second| Events allowed every 60 seconds |
0 commit comments