Opened 13 years ago
Last modified 11 years ago
#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 (1)
Change History (2)
Changed 13 years ago by caedes
comment:1 Changed 11 years ago by ralphm
- Keywords review added
- Status changed from new to assigned
Not sure why this nice patch is just collecting dust. Putting it up for review.
Note: See
TracTickets for help on using
tickets.
PubSubClient? node purge and configure