Adafruit_MQTT_Library icon indicating copy to clipboard operation
Adafruit_MQTT_Library copied to clipboard

Make topic a public property on Adafruit_MQTT_Publish

Open eriknl opened this issue 8 years ago • 0 comments

I was wondering if you might consider to make the topic property public on the Adafruit_MQTT_Publish class, that way it's possible to retrieve the topic for display/debugging purposes. On the subscriber class it is public actually. An alternative would be to have an accessor in one or both classes.

eriknl avatar Jun 09 '17 18:06 eriknl