google-home / smart-home-nodejs

A sample of the Smart Home device control APIs in Actions on Google
Apache License 2.0
891 stars 290 forks source link

Query and Execute sample for action.devices.traits.Channel #536

Open amitmula opened 3 years ago

amitmula commented 3 years ago

hi, thanks for this smart home nodejs sample code to showcase the capabilities of google actions for smart devices. However, I am facing some difficulties to make action.devices.traits.Channel trait work for one of my home projects where I am adding a device of type action.devices.types.SETTOP. I have also tried the same with action.devices.types.REMOTECONTROL and action.devices.types.TV but the intent is never reaching the /smarthome intent fulfilment function in firebase. It will be really helpful if can you include a small example for the same as part of this codebase?

EgHubs commented 2 years ago

same here