Skip to content

Commit

Permalink
verander label gassen tbv SmartApp
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed May 2, 2016
1 parent ef19724 commit 0ba6d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etl/rawsensorlastinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,19 @@ def __init__(self, configdict, section, produces=FORMAT.record_array):
{
'name': 's_o3resistance',
'id': 23,
'label': 'O3 Resistance',
'label': 'O3',
'unit': 'kOhm'
},
{
'name': 's_no2resistance',
'id': 24,
'label': 'NO2 Resistance',
'label': 'NO2',
'unit': 'kOhm'
},
{
'name': 's_coresistance',
'id': 25,
'label': 'CO Resistance',
'label': 'CO',
'unit': 'kOhm'
}
]
Expand Down

0 comments on commit 0ba6d7a

Please sign in to comment.