I have a list of termostats, which I should control via mine app. Access to them should be provided and removed dynamically during app work. Also I need to control them via Siri commands. Is there any way to connect mine app to Siri? I don't see any suitable domain for that in list.
I know, that Siri can do it via Home Kit by default. According to documentation, I can create home / room / add accessory and share them programmatically, but inside of app.
Questions:
Is there any way to do "access stuff" on server side? Especially, how about removing access without manual interruption?
How about Apple Home not-compatible devices with remote control only via server? Is there any way to access them via Siri -> Mine app?