Hi,
since the communication between my UWP Windows app and my openHAB installation works pretty well in my local environment (with authentication, certificates etc…), i’d like to implement the next big thing: the ability to interact with the my.openhab.org cloud.
To do so, i think i have to register my device against my.openhab.org - this is done by vendor and/ or device specific API calls i found in the sources from the iOS and Android apps, e.g.
- https://my.openhab.org/addAndroidRegistration?params…
- https://my.openhab.org/addappleRegistration?params…
Are there any further vendor/device specific API’s (Microsoft/Windows)? Or even better, a complete
API documentation of the available my.openhab.org interfaces?
Can somebody point me in the right direction?
Many thanks in advance!