Changeset 74
- Timestamp:
- 06/08/08 18:43:25 (6 months ago)
- Files:
-
- fizzjik/CHANGELOG.txt (modified) (1 diff)
- fizzjik/fizzjik/io/avr3085.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fizzjik/CHANGELOG.txt
r73 r74 1 1 == 0.4.2 == 2008.06.08 2 2 * 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 source4 3 5 4 == 0.4.1 == 2008.06.06 fizzjik/fizzjik/io/avr3085.py
r73 r74 79 79 80 80 def setSource(self, zone, source): 81 # turn the volume down first, sometimes it can be quite loud82 self.setVolume(zone, 42)83 84 81 cmd_prefix = {'1': 'SI', '2': 'Z2', '3': 'Z1'} 85 82 cmd = "%s%s" % (cmd_prefix[str(zone)], source.upper())
