Skip to content

Commit

Permalink
Correct typo in the subscription floor (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 24, 2024
1 parent c0b8bc7 commit 9cb5957
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 @@ -79,7 +79,7 @@

LOGGER = logging.getLogger(__name__)
NODE_SUBSCRIPTION_FLOOR_DEFAULT = 1
NODE_SUBSCRIPTION_FLOOR_ICD = 1
NODE_SUBSCRIPTION_FLOOR_ICD = 0
NODE_SUBSCRIPTION_CEILING_WIFI = 60
NODE_SUBSCRIPTION_CEILING_THREAD = 60
NODE_SUBSCRIPTION_CEILING_BATTERY_POWERED = 600
Expand Down

0 comments on commit 9cb5957

Please sign in to comment.