getTempCByIndex()

Get temperature in degrees C (slow) sensors.getTempCByIndex(deviceAddress, deviceIndex)
sensors: a variable of type DallasTemperature.
deviceAddress: pointer to an 8 byte array containing the address.
deviceIndex: device index.
float - temperature in degrees C or DEVICE_DISCONNECTED_C if the device's scratch pad cannot be read successfully.