Salandora / octoprint-customControl

This plugin makes Custom Controls editable through the OctoPrint WebUI
GNU Affero General Public License v3.0
26 stars 15 forks source link

URL #23

Closed Trrw closed 4 years ago

Trrw commented 5 years ago

Hi, can I open URLs in the background? I want to turn on the light with a URL command http://IP:Port/Light%on and http://IP:Port/Light%off how I can do that?

Thanks

Salandora commented 4 years ago

You should use the system commands for this instead the custom controls are not running any system commands. That's a limitation of octoprint. But I believe there was a plugin that added the possibility to run commands through the custom controls.