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

Results 11 smart-home-java issues
Sort by recently updated
recently updated
newest added

In the code at line [180](https://github.com/actions-on-google/smart-home-java/blob/185ba0056c25ee371253d3179b15e9a475f765dc/src/main/java/com/example/MySmartHomeApp.java#L180) 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](https://github.com/actions-on-google/smart-home-java/blob/185ba0056c25ee371253d3179b15e9a475f765dc/src/main/java/com/example/MySmartHomeApp.java#L126) I...

C:\Users\ferra\Documents\googleactions\smart-home-java>gradlew.bat build Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 at org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43) at org.codehaus.groovy.reflection.GroovyClassValueFactory.(GroovyClassValueFactory.java:35) at org.codehaus.groovy.reflection.ClassInfo.(Cl ......

I'm building on a Windows 10 with JDK 11. Running gradlew build and getting errors. 21:23:35 INFO Jetty 9.4.14.v20181114 started and listening on port 8080 21:23:35 INFO runs at: 21:23:35...

I am not completely sure why does `encodeRedirectURL` not handle this. Documentation for this method states that it tries to determine whether encoding is needed or not. And for some...

I get to this step: > Navigate to the Google Cloud Console API Manager for your project ID. My project doesn't show up in Google Cloud Console API Manager. Also,...

I need to update Home Graph api by using report state method which is written in this project I didn't change anything in the method but it throws such Exception...

Hi, I'm trying to use the Pet Feeder device that has trait dispense and I'm getting the error below. The device was created using the sample front-end application. 28: {...

Hi Team, I have generated an HLS URL(fragemented_mp4) from my camera stream, Chromecast is not playing that HLS URL. I have tried to play some URL found on the internet...

Hi, I was following the @Fleker post (below) on how to use auth0 to authenticate with google for smart home but the instructions on chapter "Authentication in your webhook" onwards...