Ticket #39 (assigned enhancement)
Add node purge and configuration methods to PubSubClient
| Reported by: | caedes | Owned by: | ralphm |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | generic | Keywords: | review |
| Cc: |
Description
This patch provides the following methods to PubSubClient?:
- purgeNode (purge a node of all items)
- configureNode (request or send configuration form)
- cancelConfigureNode (cancel configuration)
also included are unit tests.
Configuration works by passing the parsed data_form to the client callback on first request, and then allowing to call again with the modified form. .
Attachments
Change History
Changed 4 years ago by caedes
- Attachment pubsub-configure+purge.patch added
Note: See
TracTickets for help on using
tickets.

PubSubClient? node purge and configure