Skip to content

Commit

Permalink
style(temperature): Add a data type for neutral temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed May 29, 2024
1 parent 088f224 commit bbb377d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ladybug/datatype/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ class ClothingTemperature(Temperature):

class PrevailingOutdoorTemperature(Temperature):
_abbreviation = 'Tprevail'


class NeutralTemperature(Temperature):
_abbreviation = 'Tn'

0 comments on commit bbb377d

Please sign in to comment.