From 4ff2aef6626da5a11bdcf71334f5f9c782813cc8 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 25 Jan 2019 13:54:52 +0200 Subject: [PATCH] Update devices.js Changed the maximum interval time. --- devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.js b/devices.js index 9086f77ae9875..764e61bb75ddb 100644 --- a/devices.js +++ b/devices.js @@ -5,7 +5,7 @@ const fz = require('./converters/fromZigbee'); const tz = require('./converters/toZigbee'); const repInterval = { - MAX: 65535, + MAX: 58000, }; const generic = {