This will then be my first plugin, so I hope someone can point me in the right direction.
The thinkingcleaner has a well defined (in my opinion) API that can be found here : http://www.thinkingcleaner.com/setup/api/#API
As far as I can see sending commands can be done through sending a "http command"
Example:
Code: Select all
Clean
This command starts a cleaning cycle like pressing the 'Clean' button on the Roomba. When Roomba is
sleeping this command will wake Roomba first and execute the Dock command. When Roomba is cleaning,
this command will stop the Roomba.
Example:
http://thinking.local/command.json?command=clean
returns:
{
"action" : "clean",
"result" : "success
}
So my first question is what software is recommended for this kind of programming? And if anyone has some useful tips, please share them