From 65a31b1cf7b8e7b8b668a44a883a7a29afe6e2d9 Mon Sep 17 00:00:00 2001 From: Yoni Levy Date: Thu, 20 Mar 2014 04:21:01 +0200 Subject: [PATCH] Update Protocol.md The fade action time seems to be in milliseconds rather than seconds --- Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protocol.md b/Protocol.md index 2d2b9bd..5e3ff9b 100644 --- a/Protocol.md +++ b/Protocol.md @@ -732,7 +732,7 @@ payload { uint16 saturation; // LE uint16 brightness; // LE uint16 kelvin; // LE i.e. colour temperature (whites wheel in apps) - uint32 fade_time; // LE Length of fade action, in seconds + uint32 fade_time; // LE Length of fade action, in milliseconds } ```