#/usr/bin/env sh # Symlink this script to heatbot_gettemp if you need to test a probe's connection # without retrieving real temperature numbers. This is useful in setup such as before # the sensor hardware is available to use. echo $((-20 + $RANDOM % 60)).$((10 + $RANDOM % 89)) || exit 1 exit 0