smartapp-sdk-java icon indicating copy to clipboard operation
smartapp-sdk-java copied to clipboard

A collection of consumer-oriented Java (JVM) libraries for creating SmartApps and using the public API

Results 4 smartapp-sdk-java issues
Sort by recently updated
recently updated
newest added

Can use nodejs sdk as an example: https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/tree/master/.github

docs

Readme currently only discusses the Automation use case. As SmartApps can be used to integrate cloud-connected devices, it should be updated to be inclusive of this and not just automation-focused.

docs

Will not compile, where is the com.smartthings.sdk.smartapp.core.models? CODE?

There is a dependency on a version of Lombok that does not support Java 11. Ideally, remove the dependency altogether. Failing that, ensure we are using a version that supports...