Skip to content

Commit

Permalink
use 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 18, 2024
1 parent 05a3542 commit 3a06c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/server/device_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
DATA_KEY_LAST_NODE_ID = "last_node_id"

LOGGER = logging.getLogger(__name__)
NODE_SUBSCRIPTION_FLOOR = 2
NODE_SUBSCRIPTION_FLOOR = 1
NODE_SUBSCRIPTION_CEILING_WIFI = 60
NODE_SUBSCRIPTION_CEILING_THREAD = 60
NODE_SUBSCRIPTION_CEILING_BATTERY_POWERED = 600
Expand Down

0 comments on commit 3a06c65

Please sign in to comment.