Ensure that the content in the value attributes of matched Humidity_0 and Temperature_0 elements is not empty so that downstream code doesn't attempt to process invalid or not present data.
See the following line for an example where a value is returned without checking first to see if it's non-empty:
Ensure that the content in the
value
attributes of matchedHumidity_0
andTemperature_0
elements is not empty so that downstream code doesn't attempt to process invalid or not present data.See the following line for an example where a value is returned without checking first to see if it's non-empty:
https://github.com/ckamps/hubitat-drivers-ha7net/blob/master/ha7net-child-humidity.groovy#L82