I'm looking at the driver capability list, and while I'll be the first to admit it's an impressive collection, the one item I don't see a match for is my Roomba.
I've currently got it to the point where I can do simple control of it using dorita980
and rest980:
working together under Node.js. That works just fine, I can get the Roomba to go and clean, or return to the dock by simply calling an http:// endpoint provided by Node.js. Extending that to make the calls from Hubitat should be trivial, but then we get to the problem.
There currently isn't a "capability.vacuumcleaner" and nothing else jumps out at me as being an obvious choice.
I can possibly use "capability.testCapability" to get a driver up and running, but that's not a viable permanent solution. What is the best course of action in a case like this?