Changeset 74

Show
Ignore:
Timestamp:
06/08/08 18:43:25 (6 months ago)
Author:
devja..@anarkystic.com
Message:

removed volume thing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fizzjik/CHANGELOG.txt

    r73 r74  
    11== 0.4.2 == 2008.06.08 
    22* Added a RESTish wrapper for services to make them accessible via the web 
    3 * Made the AVR module turn down the volume a bit when changing source 
    43 
    54== 0.4.1 == 2008.06.06 
  • fizzjik/fizzjik/io/avr3085.py

    r73 r74  
    7979 
    8080  def setSource(self, zone, source): 
    81     # turn the volume down first, sometimes it can be quite loud 
    82     self.setVolume(zone, 42) 
    83  
    8481    cmd_prefix = {'1': 'SI', '2': 'Z2', '3': 'Z1'} 
    8582    cmd = "%s%s" % (cmd_prefix[str(zone)], source.upper())