16 17 18 19
# File 'lib/denko/sensor/ds18b20.rb', line 16 def _read convert read_scratch(9) { |data| self.update(data) } end