Add 'CPUT' data type for CPU Temperature

This commit is contained in:
Pierrick C 2018-08-17 23:54:30 +02:00
parent b2e547cf55
commit fcc9c2f15b
1 changed files with 1 additions and 1 deletions

View File

@ -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",