diff --git a/api.html b/api.html index d2ca659..7b5362f 100644 --- a/api.html +++ b/api.html @@ -26,7 +26,7 @@ title: API Documentation
  • boolean beginPublish (topic, payloadLength, retained)
  • size_t write (uint8_t)
  • size_t write (payload, length)
  • -
  • boolean beginPublish ()
  • +
  • boolean endPublish ()
  • boolean subscribe (topic, [qos])
  • boolean unsubscribe (topic)
  • boolean loop ()
  • @@ -333,7 +333,7 @@ void setup() {
    -

    boolean beginPublish ()

    +

    boolean endPublish ()

    Finishing sending a message that was started with a call to beginPublish.

    Returns