Closed
Description
Keeping in-line with Paho-MQTT, we may want to change last_will
-> will_set
. It's more descriptive and defines the method better.
Paho Implementation: will_set(topic, payload=None, qos=0, retain=False)
Our Implementation:
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/master/adafruit_minimqtt.py#L192