Skip to content

Commit 4a63e65

Browse files
fix: Clarify units of pause_on_backoff_gt (#31668)
1 parent 4818cc4 commit 4a63e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/util/settings.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"title": "Pause on backoff greater than",
8989
"default": 0,
9090
"minimum": 0,
91-
"description": "Pause availability pings when backoff reaches over this limit until a new Zigbee message is received from the device. A value of zero disables pausing."
91+
"description": "Pause availability pings when the backoff multiplier reaches over this limit until a new Zigbee message is received from the device. A value of zero disables pausing."
9292
}
9393
},
9494
"required": ["timeout"]

0 commit comments

Comments
 (0)