Enable Rasperry Pi GPIO pull up/downs

I am building a furnace monitor that has 8 switches I need to track the state of. Wiring should be very simple with the Pi since it has built in pull up/downs. However, there does not seem to be any way to turn them on in Cayenne. Many applications have digital i/os so this would benefit many users.

With the Pi agent there is currently no option to configure pullup/pulldown. There is the MQTT API if you have any experience with coding which will allow you do configure the pullup/pulldown in your own code.