This patch enhances the notify() mechanism in the pyhOn library so that the actual MQTT message payload is passed through to user callbacks
instead of always sending None. It updates the signature of Hon.notify() to accept an evt argument and modifies the MQTT client’s
_on_publish_received handler to forward the decoded payload, enabling real‐time parameter updates (e.g. remainingTimeMM) to be received by
client code.
patch.txt