我一直在尝试google home nodejs 示例项目。我在action.devices.traits.Channel为我添加类型设备的一个家庭项目中使用 trait时遇到了一些困难action.devices.types.SETTOP。我也尝试过同样的方法action.devices.types.REMOTECONTROL,action.devices.types.TV但是action.devices.commands.selectChannel命令和参数永远不会达到 firebase 中的 /smarthome 实现功能。但是,action.devices.commands.relativeChannel并且action.devices.commands.returnChannel似乎以预期的方式工作。