more like (and watch your commas, semicolons and case):
> import schemas.wview_extended
>
> my_schema = {
> 'table': schemas.wview_extended.table + [
> ('soilMoist5', 'REAL’),
> ('soilMoist6', 'REAL’),
> ('soilMoist7', 'REAL’),
> ('soilMoist8', 'REAL')
> ],
> 'day_summaries' : schemas.wview_extended.day_summaries +
> [('soilMoist5’,’scalar’),(‘soilMoist6’,’scalar’),(‘soilMoist7’,’scalar’),('soilMoist8',
> ’scalar')]
> }
> import weewx.units
>
> weewx.units.obs_group_dict[‘soilMoist5’] = ‘group_moisture’
> weewx.units.obs_group_dict[‘soilMoist6’] = ‘group_moisture’
> weewx.units.obs_group_dict[‘soilMoist7’] = ‘group_moisture’
> weewx.units.obs_group_dict['soilMoist8'] = 'group_moisture'
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/7069D2C1-0BEE-4008-8C71-3D282A27220A%40gmail.com.