Add luminosity group
This commit is contained in:
parent
4b88d1089f
commit
7b441e66da
1 changed files with 2 additions and 0 deletions
|
@ -18,4 +18,6 @@ import locale
|
||||||
locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
|
|
||||||
import weewx.units
|
import weewx.units
|
||||||
|
|
||||||
weewx.units.obs_group_dict['soilMoist1'] = 'group_percent'
|
weewx.units.obs_group_dict['soilMoist1'] = 'group_percent'
|
||||||
|
weewx.units.obs_group_dict['luminosity'] = 'group_illuminance'
|
||||||
|
|
Reference in a new issue