Skip to content

Commit

Permalink
Reducing wake up delay from 10 to 8 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadb-amazon committed May 24, 2024
1 parent a3ade7c commit bb8d059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//#define CHIP_DEVICE_CONFIG_STR_CACHE_LAST_DISCOVERED_HOURS 7 * 24

// time (in sec) assumed to be required for player to wake up after sending WoL magic packet
#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 10
#define CHIP_DEVICE_CONFIG_STR_WAKE_UP_DELAY_SEC 8

// delay (in sec) before which we assume undiscovered cached players may be in STR mode
#define CHIP_DEVICE_CONFIG_STR_DISCOVERY_DELAY_SEC 3
Expand Down

0 comments on commit bb8d059

Please sign in to comment.