def temperature(self): return byte_response(self._read_sensor_data(24))
def dirt_detect(self): return byte_response(self._read_sensor_data(15))