adafruit / adafruit/Adafruit_CircuitPython_GC_IOT_Core
Change publish kwarg order to match other MiniMQTT API libraries
Open
enhancement
- Dominant language
- Python
- Stars
- 12
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The Publish method (https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core/blob/master/adafruit_gc_iot_core.py#L269) in this library should reflect the `Publish(mqtt_topic, data, qos)` structure of the Adafruit IO and AWS IoT CircuitPython libraries.
Method: https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/adafruit_io/adafruit_io.py#L364
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.