Setting internal pullup in GPIO Config

Hi, I think that it’s not possible at this moment (correct me if I’m wrong please!) but it would be great to be able to set the internal pullup behavior in the item configuration, somthing like this:

Contact whatever {gpio=“pin:13 pullup:High”}

At this moment I’ve fixed my problem (every time I rebooted my Raspi, the pullup configuration disappears and I have spureous reading at my GPIO) by inserting in the openhab start script gpio 13 up before starting openhab

I think the best I can offer is to file an issue on the GPIO binding in the openhab1-addons repo. Search to make sure there isn’t one already.

did so: GPIO: device internal PULLs (GPIO.PUD_DOWN/UP) #5524