Skip to content

Commit

Permalink
tiny GVH5184 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-fav committed Jan 12, 2022
1 parent b5b5b91 commit e653174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blerry/blerry_model_GVH5184.be
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def handle_GVH5184(value, trigger, msg)
probeset = probeset .. 'unavailable'
else
probeset = probeset .. round(setpoint/100.0, this_device['temp_precision'])
end
output_map['Temperature_'+str(j+k)+'_Status'] = probeset[0]
output_map['Temperature_'+str(j+k)+'_Alarm'] = probeset[1]
output_map['Temperature_'+str(j+k)] = probeset[2]
Expand Down

0 comments on commit e653174

Please sign in to comment.