tag_group_unsubscribe

Name

tag_group_unsubscribe -- Stop subscribing to a tag group.

Parameter Format

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

TypeNameDescription
uint8id = 17The command byte that identifies this command. Since this command is an alias for tag_group_subscribe, this value is shared with that command. To identify it as an alias, certain fields are given specific values, see below.
VNodeIDnode_idThe ID of the node being accessed.
uint16group_idThe ID of the tag group to which a client no longer wishes to subscribe.
uint8alias = 0A boolean that indicates that this command is, in fact, an alias.

Description

Stop subscribing to a tag group. The host is asked to remove the sending client from the list of subscribers to the indicated tag group. If granted, the client will no longer receive updates as the contents of said tag group change. If denied, nothing happens.