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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
HUE changed the Event-Flow output in the API for groups. I got a beta release (1.53.1953188010) where it changed.
8
8
Instead of sending payloads for every light/group seperately they changed it into a payload with one big array.
9
-
For the reason that the response data for th group is not always at the same position the array need to be converted to single payloads first.
9
+
For the reason that the response data for the group is not always at the same position the array need to be converted to single payloads first.
10
10
All the data needed comes now directly as payload, so the subflows need to be replaced with this new version. Everything else seem to work like before.
11
11
12
12
These changes can be done already, even when you dont have this Firmware. You can replace your nodes to be prepared before the public Firmware rollout.
0 commit comments