Replies: 1 comment 1 reply
-
|
AFK right now, should wait for my return... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to implement binding support for my hobbyist devices.
Looking through the source code, I didn't see already implemented logic for that.
Creating a
BindingClusterHandlershould be quite easy using theimport!(Binding)-macro.To implement the "relationship" between the devices, I'd need to send commands directly between devices.
Can I use this library to send commands (e.g.
TurnOn) to an On-Off Cluster from another devices (e.g. Switch Cluster)?Beta Was this translation helpful? Give feedback.
All reactions