File tree 1 file changed +3
-3
lines changed
src/controller/python/chip/clusters
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -520,12 +520,12 @@ def GetReportingIntervalsSeconds(self) -> Tuple[int, int]:
520
520
521
521
return minIntervalSec .value , maxIntervalSec .value
522
522
523
- def GetSubscriptionTimeout (self ) -> int :
523
+ def GetSubscriptionTimeoutMs (self ) -> int :
524
524
'''
525
- Returns the timeout after which we consider the subscription to have
525
+ Returns the timeout(milliseconds) after which we consider the subscription to have
526
526
dropped, if we have received no messages within that amount of time.
527
527
528
- Returns 0 if a subscription has not yet been established (and
528
+ Returns 0 milliseconds if a subscription has not yet been established (and
529
529
hence the MaxInterval is not yet known), or if the subscription session
530
530
is gone and hence the relevant MRP parameters can no longer be determined.
531
531
'''
You can’t perform that action at this time.
0 commit comments