Skip to content

Commit 9cb5957

Browse files
authored
Correct typo in the subscription floor (#897)
1 parent c0b8bc7 commit 9cb5957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter_server/server/device_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
LOGGER = logging.getLogger(__name__)
8181
NODE_SUBSCRIPTION_FLOOR_DEFAULT = 1
82-
NODE_SUBSCRIPTION_FLOOR_ICD = 1
82+
NODE_SUBSCRIPTION_FLOOR_ICD = 0
8383
NODE_SUBSCRIPTION_CEILING_WIFI = 60
8484
NODE_SUBSCRIPTION_CEILING_THREAD = 60
8585
NODE_SUBSCRIPTION_CEILING_BATTERY_POWERED = 600

0 commit comments

Comments
 (0)