smart-home-java icon indicating copy to clipboard operation
smart-home-java copied to clipboard

Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.QueryRequest.Inputs'

Open EgHubs opened this issue 3 years ago • 1 comments

In the code at line 180 of MySmartHomeApp.java file I get the following error

Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.ExecuteRequest.Inputs'


also the same in line 126 I get the following error

Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.QueryRequest.Inputs'

Any help?

EgHubs avatar Apr 25 '22 16:04 EgHubs

我也遇到了这个问题,IDEA 有这个提示,但是不影响项目编译和启动。只是在 IDEA 上有这个提示

ZYL2019999 avatar Aug 23 '23 09:08 ZYL2019999