In my use case (433-remote control) I am only interested in "new" incoming signals, not existing states.
Therefor I wonder if functions like @slot('deviceStateChanged') might be suitable to publish to two topics, one to self.publishState(haDev) and another to self.publishNewState(haDev) for subscribers only interested in changes to the value.
Do you find this reasonable? Is this functionality already in place and I have failed to to spot it?
In my use case (433-remote control) I am only interested in "new" incoming signals, not existing states.
Therefor I wonder if functions like
@slot('deviceStateChanged')
might be suitable to publish to two topics, one toself.publishState(haDev)
and another toself.publishNewState(haDev)
for subscribers only interested in changes to the value.Do you find this reasonable? Is this functionality already in place and I have failed to to spot it?
Thank you for this plugin by the way!