Add 'CPUT' data type for CPU Temperature
This commit is contained in:
parent
b2e547cf55
commit
fcc9c2f15b
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user