-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to make shortcuts stateful #33
Comments
Hey @JonathanGurkan you make a very interesting point. |
Thanks in advance Davide!
Greetings Jonathan
|
@duddu Anything that popped up in your mind? |
my apologies @JonathanGurkan - had personal issues and this one fell through the cracks. I got a local branch with a draft boolean state implementation, but it'll take me another few days to fix some errors and push to upstream so you can let me know what you think - time is in short supply. anyhow, if in the meanwhile you have any draft/code in your fork that you wanna share please feel free of course. |
Dear Davide,
I’m pretty new to plug-in making for Homebridge. In fact, I have little to no experience in plug-in making. I have not forked any Homebridge repositories.
I thought this would be helpful information for you to keep in mind.
That been said, thank you for your reply. I’m looking forward to the final product! Thanks for actively working in my issue, I really appreciate it. Take any time that you need!
Sincerely yours,
Jonathan Gurkan
|
First off, I just wanted to say thanks a bunch to duddu for creating this incredible plug-in! You really outdid yourself with this one!
So, while I was checking out the Homebridge library, I came across this plug-in and another one by kylewhirl that had the option to make the accessories stateful. I was really excited about that, but the only catch was that every shortcut you add to the home has to have a separate child bridge, which ended up being a bit too much for my brain to handle.
That’s why I’m writing this feature request. I’d love to see an option added to every shortcut to make it stateful. That way, we can do even more with our shortcuts. For example, I have a fan that can only be controlled via Siri Shortcuts, and I use this plug-in to make a power toggle shortcut that works in Apple Home. But the only problem is that I have to click the button to toggle on and click again to toggle off. I want to have a switch that can display the current state as well, and that’s why I’m making this request.
Thanks for your time and consideration!
Best,
Jonathan Gurkan
The text was updated successfully, but these errors were encountered: