We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,IDEA 有这个提示,但是不影响项目编译和启动。只是在 IDEA 上有这个提示
Sorry, something went wrong.
No branches or pull requests
In the code at line 180 of MySmartHomeApp.java file
I get the following error
also the same in line 126
I get the following error
Any help?
The text was updated successfully, but these errors were encountered: