Question
Controlling a GPIO Pin via a Thingworx Studio Button
For a Project I need to control a Relay connected to a Raspberry Pi.
So using the Get Request in a Python script and just changing the value of the Property was rather slow. How would you solve this problem?

