Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 401 Bytes

MQTT Client for Pixel Badge

Simple MQTT Client for the Pixel Badge. Allows to show messages published on the topic <client_id>/text. The default client_id is badge.

To specify custom client_id use valuestore in the shell:

import valuestore
settings = {"client_id": "your_client_id", "mqtt_server": "your.server.tld"})
valuestore.save('mqttclient', 'settings', settings)