How to subscribe / unsubscribe to an external thing when a trigger is tracked / untracked? #2365
Unanswered
ChocolateLoverRaj
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hm... I don't think there's a way to track whether something is being tracked, no. I wonder whether something like |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I want to access a BLE characteristic with leptos. When the value of a characteristic is tracked, I want to start BLE notifications for that characteristics. If the value stops being tracked, I want to stop notifications on the BLE characteristic.
Beta Was this translation helpful? Give feedback.
All reactions