luismesas / pydobot

Python library for Dobot Magician
MIT License
110 stars 59 forks source link

Feature Request: Turn Dobot on and Off #43

Open lukerbs opened 3 years ago

lukerbs commented 3 years ago

Would it be possible to somehow add a function that can turn the dobot on and turn it off?

morrisonj commented 3 years ago

As far as I can see in the API spec (http://www.dobot.it/wp-content/uploads/2018/03/dobot-api-en.pdf) I don't think you can do this.

Personally I have a sonoff s20 wifi enabled plug flashed with tasmota firmware which I then send a post request to in order to turn my Dobot Magician on and off over the network.