Skip to content

Commit

Permalink
FIX: A follow-up for #116 - made IsMuted module-public
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed May 20, 2018
1 parent 57dbe47 commit c19b4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dpl/things/capabilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .has_color_rgb import HasColorRGB
from .has_value import HasValue
from .has_volume import HasVolume
from .is_muted import IsMuted
from .has_color_temp import HasColorTemperature
from .has_temperature import HasTemperature
from .has_position import HasPosition
Expand All @@ -30,7 +31,7 @@
'Actuator', 'HasState', 'IsActive',
'OnOff', 'OpenClosed', 'MultiMode',
'HasBrightness', 'HasColorHSB', 'HasColorRGB',
'HasValue', 'HasVolume', 'HasColorTemperature',
'HasValue', 'HasVolume', 'IsMuted', 'HasColorTemperature',
'HasTemperature', 'HasPosition', 'FanSpeed',
'PlayStop', 'Pausable', 'TrackSwitching',
'TrackInfo', 'MultiSource'
Expand Down

0 comments on commit c19b4f5

Please sign in to comment.