mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[amazonechocontrol] Fix refresh time for skill connected devices (#11943)
Signed-Off-By: Jan N. Klug <github@klug.nrw>
This commit is contained in:
parent
0936d97b41
commit
aaf0132d01
@ -34,8 +34,8 @@ import org.slf4j.LoggerFactory;
|
||||
public class SmartHomeDeviceStateGroupUpdateCalculator {
|
||||
private final Logger logger = LoggerFactory.getLogger(SmartHomeDeviceStateGroupUpdateCalculator.class);
|
||||
|
||||
private static final Integer UPDATE_INTERVAL_PRIVATE_SKILLS_IN_SECONDS = 10;
|
||||
private static final Integer UPDATE_INTERVAL_PRIVATE_SKILLS_IN_SECONDS_TRACE = 600;
|
||||
private static final Integer UPDATE_INTERVAL_PRIVATE_SKILLS_IN_SECONDS = 600;
|
||||
private static final Integer UPDATE_INTERVAL_PRIVATE_SKILLS_IN_SECONDS_TRACE = 10;
|
||||
private static final Integer UPDATE_INTERVAL_ACOUSTIC_EVENTS_IN_SECONDS = 10;
|
||||
private Integer updateIntervalAmazonInSeconds;
|
||||
private Integer updateIntervalSkillsInSeconds;
|
||||
|
Loading…
Reference in New Issue
Block a user