Skip to content

Commit

Permalink
Added HM-WDS30-T-O for outdoor temperature sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
obgm committed May 5, 2020
1 parent 5fcad55 commit 50411b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pmatic/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,17 @@ def humidity(self):
"""
return self.channels[1].values["HUMIDITY"]

# Funk-Temperatursensor OT
class HM_WDS30_T_O(Device):
type_name = "HM-WDS30-T-O"

@property
def temperature(self):
"""Provides the current temperature.
Returns an instance of :class:`ParameterFLOAT`.
"""
return self.channels[1].values["TEMPERATURE"]


# Funk-Temperatur-/Luftfeuchtesensor ITH
Expand Down

0 comments on commit 50411b5

Please sign in to comment.