I'm trying to develop an Android app that can request the smart devices connected to a google home account, check the state of those devices and change some of them, like turn on or off, is this possible programmatically?
i was trying to build some custom Actions with Google Actions SDK, the problem is that Actions SDK only works with Google Assistant commands, so either Actions o Dialogflow are not options
Basically what i need is to "control" or send commands programmatically to query devices states and be able to change those states(i just need to turn on or off)