Skip to content

Commit

Permalink
Fix LightGroup name
Browse files Browse the repository at this point in the history
  • Loading branch information
natcl committed Jun 26, 2013
1 parent d6cf0f9 commit df267e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phue.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def name(self):
@name.setter
def name(self, value):
old_name = self.name
self._name = value
logger.debug("Renaming light group from '{0}' to '{1}'".format(
old_name, value))
self._set('name', self._name)
Expand Down

0 comments on commit df267e2

Please sign in to comment.