I want to daisy chain some more events after the light has been turned on, for example saving it's last state.
My problem is that the node that currently contains the debug message is triggered every time the light changes, for example when someone turns it on/off with a Hue tap or phone app. What I'd like to do is to make this node passive: only emit an event on its output when a command was sent to its input. "Disabling events from this node" also disables the immediate output after a command has been sent which I need to save the last state.
I have the following setup:
I want to daisy chain some more events after the light has been turned on, for example saving it's last state.
My problem is that the node that currently contains the debug message is triggered every time the light changes, for example when someone turns it on/off with a Hue tap or phone app. What I'd like to do is to make this node passive: only emit an event on its output when a command was sent to its input. "Disabling events from this node" also disables the immediate output after a command has been sent which I need to save the last state.
Thanks for any help!