Skip to content

Rename last_will method -> will_set #35

Closed
@brentru

Description

@brentru

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions