I am using the device type as a Router in order to control my home Router through the Google Home app. I wish to control my router in other ways than what is available in the device traits provided by Google.
For example, I want to implement "Hey Google, turn on the power saving mode on my Room Router ".But this command doesn't fall under any of the traits provided by Google i.e NetworkControl, Reboot or softwareUpdate. How can I add the functionality for this command ?
What I have right now is a Home Control project and the node.js code which supports the default traits given by Google.
Do I need to create a new Conversational actions project and program it for all the user commands? Or can I extend my existing project to add the custom command ?