MqttSender¶
-
class
ledwall.components.
MqttSender
(server='nebuhr', port=1883)¶ -
MAX_PAYLOAD_SIZE
= 80¶ The maximum length for the payload part of mqtt message in bytes. This includes the command part as well as the data patr of every command.
-
init
(panel)¶ Parameters: panel – Returns:
-
update
()¶ This method will be called every time, the sender should update the physical led display and should be implemented in every derived class.
-