SmartThings Schema seems to be the easy way to build cloud-to-cloud integration.
However, all the helpers, examples in the ST github are built only for the NodeJS.
Do you guys have plan to make helpers or examples for ST Schema in other programming languages?
I personally need this for Python.
I found pysmartthings from PyPI, which seems like a wrapper for ST API.
I can try to make a WEBHOOK smartapp by using this Python library, but it is way too complicated than ST schema connector.
And I have no idea how to make an ST Schema connector just using ST API.
The documentation for ST Schema only explains about just using the NodeJS library, and nothing about implements.
Since there’s little use case for the new schema, I’m still stuck in the classic groovy smartapp.