Skip to content

Commit

Permalink
[amazonechocontrol] fix refresh time for skill connected devices
Browse files Browse the repository at this point in the history
  • Loading branch information
J-N-K committed Jan 2, 2022
1 parent 2d32067 commit 59cd4c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
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;
Expand Down

0 comments on commit 59cd4c3

Please sign in to comment.