smartthings
smartthings copied to clipboard
Cannot get property 'smartAppVersionDTO' on null object
Getting the following error from the subscribe method from the Generic SmartApp example.
java.lang.NullPointerException: Cannot get property 'smartAppVersionDTO' on null object
It has something to do with the "null" param in there. I'm still wrapping my head around groovy and ST's documentation. Any help is appreciated.