Rebuild docs to make them easier to maintain
This commit is contained in:
16
_posts/2000-06-02-setClient.md
Normal file
16
_posts/2000-06-02-setClient.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
tag: api
|
||||
type: function
|
||||
name: setClient
|
||||
params:
|
||||
- name: client
|
||||
description: the network client to use, for example <code>WiFiClient</code>
|
||||
|
||||
returns:
|
||||
type: PubSubClient*
|
||||
values:
|
||||
- value: PubSubClient*
|
||||
description: the client instance, allowing the function to be chained
|
||||
---
|
||||
|
||||
Sets the network client instance to use.
|
Reference in New Issue
Block a user