Rebuild docs to make them easier to maintain
This commit is contained in:
18
_posts/2000-04-02-unsubscribe.md
Normal file
18
_posts/2000-04-02-unsubscribe.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
tag: api
|
||||
type: function
|
||||
name: unsubscribe
|
||||
params:
|
||||
- name: topic
|
||||
description: the topic to unsubscribe from
|
||||
type: const char[]
|
||||
returns:
|
||||
type: boolean
|
||||
values:
|
||||
- value: 'false'
|
||||
description: sending the unsubscribe failed, either connection lost or message too large
|
||||
- value: 'true'
|
||||
description: sending the unsubscribe succeeded
|
||||
---
|
||||
|
||||
Unsubscribes from the specified topic.
|
Reference in New Issue
Block a user