My LED controller and my Octoprint are connected to my network.
I need to install Octoprint plugin what would display button on my interface, after click octoprint would send post request to my LED controller.
This is how it works:
Turn ON LED = 192.168.0.5/on
Turn OFF LED = 192.168.0.5/off
So octoprint needs to open this page, to change LED state
Do you know any plugin what would solve this issue?