Skip to content

Commit

Permalink
DOCS: Fixed the description of Speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed May 20, 2018
1 parent 46f6143 commit 5e71562
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/developer/generic_thing_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,12 @@ Speaker
:capabilities:
"actuator", "has_state", "is_active", "on_off", "has_volume"

Speaker is a common device type for all sound speakers with a single
input source. The only thing they can do is to be turned on, off
and regulate their volume (i.e. the level of loudness).
Speaker is a common device type for all Speakers (sound producing
devices) with a single input source. The only thing they can do is
to be turned on, off and regulate their volume (i.e. the level of
loudness).

Please not that muted devices and devices with a volume set to zero
Please note that muted devices and devices with a volume set to zero
are still considered as "active" devices. So, Speakers are considered
to be in "active" state until they are not powered off.

Expand Down

0 comments on commit 5e71562

Please sign in to comment.