node_unsubscribe

Name

node_unsubscribe -- Stop subscribing to node.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 11The command byte that identifies this command. Since this command is an alias for node_subscribe, this value is shared with that command. To identify it as an alias, certain fields are given specific values, see below.
VNodeIDnode_idThe node the client wishes to stop subscribing to.
uint8alias = 0A boolean that indicates that this command is, in fact, an alias.

Description

This command removes the sending client from the list of subscribers to the given node, if possible. The host response is simply to stop sending updates to that node.