Skip to content

Commit

Permalink
TRADFRI dimmer change maximum response time. (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Koenkk committed Feb 26, 2019
1 parent 983c9ef commit 14dc877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fz = require('./converters/fromZigbee');
const tz = require('./converters/toZigbee');

const repInterval = {
MAX: 58000,
MAX: 62000,
HOUR: 3600,
};

Expand Down

0 comments on commit 14dc877

Please sign in to comment.