api/nxtdevices: update sound audible argument

rename to audible_only for a more precise description.
This commit is contained in:
Laurens Valk
2020-01-14 21:27:01 +01:00
parent 4546f2b548
commit a6e6de28b5
+2 -2
View File
@@ -134,11 +134,11 @@ class SoundSensor():
"""
pass
def intensity(self, audible=True):
def intensity(self, audible_only=True):
"""Measure the ambient sound intensity (loudness).
Arguments:
audible (bool): Detect only audible sounds. This tries to
audible_only (bool): Detect only audible sounds. This tries to
filter out frequencies that cannot be heard by the
human ear. (*Default*: True).