Update source/_docs/z-wave/devices.markdown

typo

Co-Authored-By: sveip <petersveistrup@gmail.com>
This commit is contained in:
Klaas Schoute 2019-01-26 14:01:58 +01:00 committed by GitHub
parent 1a50f8f548
commit 51e01ee76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ Where a device doesn't send updates on status changes to the controller, you can
For example, with `polling_interval=60000` (which is the default) if you have 10 devices that are being polled at every interval, and each polling takes one secound (request/response round trip), then it will take 10 seconds to complete the polling list. This only leaves 50 seconds left for normal traffic. The more devices you poll, and the shorter the interval, the less bandwidth that's available for normal traffic.
Polling is by default disabled and needs to be anebled per device. You can also specify the interval by setting the *polling intensity* of the device. See the [Node Management](/docs/z-wave/control-panel#z-wave-node-management) docs for details.
Polling is by default disabled and needs to be enabled per device. You can also specify the interval by setting the *polling intensity* of the device. See the [Node Management](/docs/z-wave/control-panel#z-wave-node-management) docs for details.
## {% linkable_title Central Scene support %}