Came across a post in reddit complaining about the lack of a way to send their Matter vacuum robot to the dock using SmartThings. I investigated a bit to see if that was a Matter feature (it is), if Tapo implemented it (apparently so) and if SmartThings exposed it (no).
Looks like that’s a command called GoHome that the RVC drivers don’t call (and in their included definitions for old hubs is not even present), maybe because they were created back when in Matter 1.2 the command did not exist. The command was introduced as provisional in Matter 1.3 and since Matter 1.4 is no longer provisional (but still optional).
Guess it would be nice to add support for that action in the capabilities and the stock driver for devices that support it. Tagging @Itati
Anyway, writing the post as reminder if I ever get a Matter vacuum or if someone misses the action and wants to add it to their custom drivers while SmartThings implement the feature in their own.