Leonardo Brondani Schenkel
3c04b0756f
deconz: proper fix light.turn_off with transition ( #15227 )
...
Previous commit d4f7dfa successfully fixed the bug in which lights
would not turn off if a transition was specified, however if 'bri' is not
present in the payload of the PUT request set to deCONZ, then any
'transitiontime' ends up being ignored. This commit addresses the
unintended side effect by reintroducing 'bri', resulting in the following
payload:
{ "on": false, "bri": 0, "transitiontime": ... }
2018-07-01 12:32:48 +02:00
..
2018-06-25 13:05:07 -04:00
2018-04-07 19:11:48 +02:00
2017-12-05 09:44:22 +01:00
2018-06-25 13:05:07 -04:00
2018-06-16 00:15:46 +02:00
2018-06-25 13:05:07 -04:00
2018-07-01 12:32:48 +02:00
2018-06-25 13:05:07 -04:00
2018-06-25 13:05:07 -04:00
2018-03-20 18:09:34 -07:00
2017-05-10 12:06:57 +02:00
2018-04-27 16:39:06 -04:00
2018-06-26 21:23:57 +02:00
2018-01-31 11:30:48 +01:00
2018-03-18 15:00:29 -07:00
2018-04-16 21:00:13 +02:00
2018-06-25 09:45:26 -04:00
2018-01-29 23:37:19 +01:00
2018-05-08 09:57:51 +02:00
2018-05-02 09:25:08 -04:00
2018-03-25 18:07:26 -07:00
2018-04-10 14:11:00 -04:00
2018-02-11 09:20:28 -08:00
2018-01-30 10:39:39 +01:00
2018-05-05 11:15:20 -04:00
2018-06-16 00:15:46 +02:00
2018-06-16 00:15:46 +02:00
2018-06-16 00:15:46 +02:00
2018-06-07 10:06:29 -04:00
2014-03-26 00:20:02 -07:00
2018-06-25 13:05:07 -04:00
2017-08-08 20:21:33 +02:00
2018-06-16 00:15:46 +02:00
2018-06-16 00:15:46 +02:00
2018-05-22 09:25:10 +02:00
2018-01-27 11:58:27 -08:00
2018-06-21 14:59:02 -04:00
2018-06-21 14:59:02 -04:00
2018-06-21 14:59:02 -04:00
2018-06-25 13:58:16 +02:00
2018-06-10 11:38:23 +02:00
2018-05-21 11:02:50 -04:00
2018-06-02 09:23:51 +02:00
2018-03-18 15:00:29 -07:00
2018-04-08 21:59:19 +02:00
2017-09-24 15:47:59 -07:00
2018-01-12 11:52:53 -08:00
2018-03-18 15:00:29 -07:00
2017-05-02 09:18:47 -07:00
2018-03-18 15:00:29 -07:00
2018-04-03 16:05:06 -07:00
2018-03-18 15:00:29 -07:00
2017-05-02 09:18:47 -07:00
2018-06-16 00:15:46 +02:00
2018-02-17 10:29:14 +01:00
2018-06-16 00:15:46 +02:00
2018-06-20 19:29:36 +02:00
2018-06-13 07:17:52 +02:00
2017-07-26 14:03:29 +02:00
2018-06-16 00:15:46 +02:00
2018-06-17 22:05:14 -06:00
2018-05-15 07:53:12 +02:00
2017-05-02 09:18:47 -07:00
2018-04-25 07:05:00 +02:00
2018-06-16 00:15:46 +02:00
2018-04-28 12:35:19 +02:00
2018-03-26 18:27:53 +02:00
2018-06-16 00:15:46 +02:00
2018-05-28 10:32:47 -04:00
2016-09-10 18:22:58 -07:00
2018-06-25 13:05:07 -04:00