## Editing for the [Raspberry Pi DHT11/22 Sensor](https://github.com/sgrayban/Hubitat-Ports/tree/master/Drivers/rpi#raspberry-pi-dht1122-sensor-device-handler)
## Editing for the [Raspberry Pi DHT11/22 Sensor](https://gitlab.borgnet.us:8443/sgrayban/shelly-drivers/tree/master/Drivers/rpi#raspberry-pi-dht1122-sensor-device-handler)
1. You should **test** the python script first to make sure your settings are correct here or you will have to compile again.
2. Edit line 19 in src/main/java/com/cl0udninja/raspberrypi/monitor/service/TemperatureService.java
- Line reads ```Process pr = rt.exec("/root/bin/AdafruitDHT.py 11 17");```