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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
### Development versions after the 0.10.2 release
4
4
5
+
#### Build 2011200
6
+
7
+
- Added HEX color receiving to JSON API with `"col":["RRGGBBWW"]` format
8
+
- Moved Kelvin color receiving in JSON API from `"col":[[val]]` to `"col":[val]` format
9
+
_Notice:_ This is technically a breaking change. Since no release was made since the introduction and the Kelvin property was not previously documented in the wiki,
10
+
impact should be minimal.
11
+
- BTNPIN can now be disabled by setting to -1 (fixes #1237)
12
+
5
13
#### Build 2011180
6
14
7
15
- Platformio.ini updates and streamlining (PR #1266)
@@ -42,6 +50,7 @@
42
50
- More explanatory error messages in UI
43
51
- Improved candle brightness
44
52
- Return remaining nightlight time `nl.rem` in JSON API (PR #1302)
53
+
- UI sends timestamp with every command, allowing for timed presets without using NTP
45
54
- Added gamma calculation (yet unused)
46
55
- Added LED type definitions to const.h (yet unused)
47
56
- Added nicer 404 page
@@ -89,6 +98,7 @@
89
98
90
99
- Added Loxone parser (PR #1185)
91
100
- Added support for kelvin input via `K=` HTTP and `"col":[[val]]` JSON API calls
101
+
_Notice:_`"col":[[val]]` removed in build 2011200, use `"col":[val]`
0 commit comments