bakerkj / weewx-purpleair

WeeWx Extension to pull data from the local interface of a Purple Air air quality sensor
GNU General Public License v2.0
17 stars 11 forks source link

typo in install script #1

Closed glennmckechnie closed 6 years ago

glennmckechnie commented 6 years ago

weewx-purpleair-master/install.py

@@ -13,7 +13,7 @@
             description='Collect Purple Air air quality data.',
             author="Kenneth Baker",
             author_email="bakerkj@umich.edu",
-            process_services='user.cmon.PurpleAirMonitor',
+            process_services='user.purpleair.PurpleAirMonitor',
             config={
                 'PurpleAirMonitor': {
                     'data_binding': 'purpleair_binding',
sjthespian commented 6 years ago

I just submitted a pull request to fix this since I got bitten by it as well.

bakerkj commented 6 years ago

thanks for the fix! I merged it.