From fcc9c2f15be8755d1bbc68c23eb539ff67c7a70d Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Fri, 17 Aug 2018 23:54:30 +0200 Subject: [PATCH] Add 'CPUT' data type for CPU Temperature --- raspberry/python/cameteo_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry/python/cameteo_conf.py b/raspberry/python/cameteo_conf.py index 8c9e347..f8f8bf9 100644 --- a/raspberry/python/cameteo_conf.py +++ b/raspberry/python/cameteo_conf.py @@ -97,7 +97,7 @@ epd_rotate = min(int(parser['EPD'].get('epd_rotate', fallback=0)), ######## # Dictionnary of data types and units -data_type = {'cput' : "AT", +data_type = {'cput' : "CPUT", 'temp': "AT", 'time': "TIME", 'hum': "RH",