kernie66 / homebridge-pushcutter

Homebridge plugin for triggering Pushcut notifications from Homekit.
4 stars 1 forks source link

Multiple API token configuration #5

Open ethemcemozkan opened 2 years ago

ethemcemozkan commented 2 years ago

Currently, the plugin only supports one platform definition and API token. All created accessories use this API token. Due to the limitation of Pushcut a separate API token is needed to support family members. Because of this limitation, a separate set of accessories per family member is needed.

To workaround this limitation, I think this plugin may support multiple API tokens and the accessories may execute notifications for all declared APIs. I think this may significantly improve the use cases of this plugin because it will solve one of the missing features of Pushcut.

kernie66 commented 2 years ago

I never thought of that, but it makes sense. Let me see what I can figure out to implement, to achieve what you suggest.

Regards, Kenneth