Skip to content

Commit

Permalink
[amazonechocontrol] Fix refresh time for skill connected devices (ope…
Browse files Browse the repository at this point in the history
…nhab#11943)

Signed-Off-By: Jan N. Klug <github@klug.nrw>
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
  • Loading branch information
J-N-K authored and NickWaterton committed Apr 27, 2022
1 parent 7771b4f commit fad0584
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 fad0584

Please sign in to comment.