## Editing for the [Raspberry Pi DHT11/22 Sensor](https://raw.githubusercontent.com/sgrayban/Hubitat-Ports/master/Drivers/rpi/Raspberry-Pi-DHT-Sensor.groovy)
1. You should **test** the python script first to make sure your settings are correct here or you will have to compile the again.
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");```
- First number is the DHT type - it's either DHT11 or DHT22 - Example is 11