You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about making the Heartbeat stuff USE another SwiftyHue API as opposed to right now it's all locked together.
For example, Heartbeat should could call a function to give it it's requested resources, in that way other clients could call the same thing if they didn't want to use the heartbeat.
What do you think about making the Heartbeat stuff USE another SwiftyHue API as opposed to right now it's all locked together.
For example, Heartbeat should could call a function to give it it's requested resources, in that way other clients could call the same thing if they didn't want to use the heartbeat.
Example implementation:
call site example:
Now heartbeat could call it on an interval, or anything else could just call it once.
Keeping with what is there, since a
SendAPI
exists, it would be introducing aResourceAPI
The text was updated successfully, but these errors were encountered: