Skip to content

Commit

Permalink
DOCS: Added is_muted capability for both Speaker and Speaker System
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed May 20, 2018
1 parent fb871cf commit 782194c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/developer/generic_thing_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ Speaker
:icon: speaker icon

:capabilities:
"actuator", "has_state", "is_active", "on_off", "has_volume"
"actuator", "has_state", "is_active", "on_off", "has_volume",
"is_muted"

Speaker is a common device type for all Speakers (sound producing
devices) with a single input source. The only thing they can do is
Expand All @@ -499,7 +500,7 @@ Speaker System

:capabilities:
"actuator", "has_state", "is_active", "on_off", "has_volume",
"multi_source"
"multi_source", "is_muted"

Speaker System is a common device type for all sound speakers and
speaker systems that have multiple input sources. In addition to the
Expand Down

0 comments on commit 782194c

Please sign in to comment.