Skip to content

Commit

Permalink
Current Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
rmevans9 committed Sep 6, 2015
1 parent 66ebf47 commit 9168a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pywink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,9 @@ def state(self):

return self._last_reading.get('temperature', False)

def current_temperature(self):
return self._last_reading.get('temperature', False)

def deviceId(self):
return self.jsonState.get('thermostat_id', self.name())

Expand Down

0 comments on commit 9168a19

Please sign in to comment.