Skip to content

Commit 65a31b1

Browse files
committed
Update Protocol.md
The fade action time seems to be in milliseconds rather than seconds
1 parent f19a6e3 commit 65a31b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protocol.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ payload {
732732
uint16 saturation; // LE
733733
uint16 brightness; // LE
734734
uint16 kelvin; // LE i.e. colour temperature (whites wheel in apps)
735-
uint32 fade_time; // LE Length of fade action, in seconds
735+
uint32 fade_time; // LE Length of fade action, in milliseconds
736736
}
737737
```
738738

0 commit comments

Comments
 (0)