From 3ce7d92ba2dce7ee42128022b7b389a9d42d3687 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 1 Sep 2015 11:16:20 +0100 Subject: [PATCH] Add state function to toc --- api.html | 1 + 1 file changed, 1 insertion(+) diff --git a/api.html b/api.html index 11798cb..47eedbe 100644 --- a/api.html +++ b/api.html @@ -25,6 +25,7 @@ title: API Documentation
  • boolean unsubscribe (topic)
  • boolean loop ()
  • int connected ()
  • +
  • int state ()
  • PubSubClient setServer (server, port)
  • PubSubClient setCallback (callback)
  • PubSubClient setClient (client)