Last active
October 4, 2022 07:27
-
-
Save fwartner/139436a68b33036e5585c812ad93547b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void onConnectionEstablished() { | |
client.subscribe("zigbee2mqtt/Box Button", [](const String& payload) { | |
blink(); | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment