biocomp / hubitat_ci

Unit testing framework for Hubitat scripts
Apache License 2.0
9 stars 5 forks source link

How did you get the api definitions? #54

Closed joelwetzel closed 8 months ago

joelwetzel commented 9 months ago

How did you get the hubitat api definitions? For example:

Thanks!

biocomp commented 8 months ago

Sorry for the late response. There's a script that I install as app and as a device and I think it exposes an http endpoint to which you can connect with one of the tests and it will scan the hunitst APIs and generate/update the interfaces locally.

biocomp commented 8 months ago

I can share more details later.

biocomp commented 8 months ago

One of the apps: Scripts/hubitat_api_exporter_app.groovy

joelwetzel commented 8 months ago

Oh, that's very cool! Thanks!